Html Css Color HEX #531736 Blackberry

📋 copy color: '#531736'

red 83 ◦ green 23 ◦ blue 54

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

Shades of Blackberry #531736

Tints of Blackberry #531736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 54 (21.48% from 255) = 33.75%

R = 51.88%
G = 14.38%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#531736 (or 0x531736) is known color: Blackberry. HEX triplet: 53, 17 and 36. RGB value is (83,23,54). Sum of RGB (Red+Green+Blue) = 83+23+54=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531736 is #ACE8C9. Grayscale: #2C2C2C. Windows color (decimal): -11331786 or 3544915. OLE color: 3544915.

HSL color Cylindrical-coordinate representation of color #531736: hue angle of 329º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531736 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 54 -
CMYK 0 0.72 0.35 0.67
HSL 329º 0.57% 0.21% -
HSV(B) 329º 0.72% 0.33% -
XYZ 4.54 2.72 3.78 -
YUV 44.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 83 23 54 0 0.72 0.35 0.67 329 0.57 0.21
Hex 53 17 36 0 48 23 43 149 39 15
Octal 123 27 66 0 110 43 103 511 71 25
Binary 1010011 10111 110110 0 1001000 100011 1000011 101001001 111001 10101

Color Harmonies of #531736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531736

Black with #531736

Text Example


Text Example

White with #531736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531736; }

 p { color: rgb(83,23,54); }

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

background-color css

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

 a { background-color: rgb(83,23,54); }

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

border-color css

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

 span { border-color: rgb(83,23,54); }

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