Html Css Color HEX #531941 Blackberry

📋 copy color: '#531941'

red 83 ◦ green 25 ◦ blue 65

#531941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #531941

Tints of Blackberry #531941

RGB

 RED value IS 83 (32.81% from 255) = 47.98%

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 47.98%
G = 14.45%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#531941 (or 0x531941) is known color: Blackberry. HEX triplet: 53, 19 and 41. RGB value is (83,25,65). Sum of RGB (Red+Green+Blue) = 83+25+65=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531941 is #ACE6BE. Grayscale: #2E2E2E. Windows color (decimal): -11331263 or 4266323. OLE color: 4266323.

HSL color Cylindrical-coordinate representation of color #531941: hue angle of 318.62º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531941 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 65 -
CMYK 0 0.70 0.22 0.67
HSL 318.62º 0.54% 0.21% -
HSV(B) 318.62º 0.7% 0.33% -
XYZ 4.87 2.92 5.31 -
YUV 46.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 83 25 65 0 0.70 0.22 0.67 318.62 0.54 0.21
Hex 53 19 41 0 46 16 43 13F 36 15
Octal 123 31 101 0 106 26 103 477 66 25
Binary 1010011 11001 1000001 0 1000110 10110 1000011 100111111 110110 10101

Color Harmonies of #531941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531941

Black with #531941

Text Example


Text Example

White with #531941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531941; }

 p { color: rgb(83,25,65); }

 H1.HeaderClassName
 {
   color: #531941;
 }
 .AnyTagClassName
 {
   color: #531941;
 }
</style>

background-color css

<style>
 a { background-color: #531941; }

 a { background-color: rgb(83,25,65); }

 div.DivClassName
 {
   background-color: #531941;
 }
 .BgClassName
 {
   background-color: #531941;
 }
</style>

border-color css

<style>
 span { border-color: #531941; }

 span { border-color: rgb(83,25,65); }

 td.TdClassName
 {
   border-color: #531941;
 }
 .TagClassName
 {
   border-color: #531941;
 }
</style>