Html Css Color HEX #531C39 Blackberry

📋 copy color: '#531C39'

red 83 ◦ green 28 ◦ blue 57

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

Shades of Blackberry #531C39

Tints of Blackberry #531C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 57 (22.66% from 255) = 33.93%

R = 49.4%
G = 16.67%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#531C39 (or 0x531C39) is known color: Blackberry. HEX triplet: 53, 1C and 39. RGB value is (83,28,57). Sum of RGB (Red+Green+Blue) = 83+28+57=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C39 is #ACE3C6. Grayscale: #2F2F2F. Windows color (decimal): -11330503 or 3742803. OLE color: 3742803.

HSL color Cylindrical-coordinate representation of color #531C39: hue angle of 328.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C39 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 57 -
CMYK 0 0.66 0.31 0.67
HSL 328.36º 0.5% 0.22% -
HSV(B) 328.36º 0.66% 0.33% -
XYZ 4.72 2.96 4.19 -
YUV 47.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 83 28 57 0 0.66 0.31 0.67 328.36 0.5 0.22
Hex 53 1C 39 0 42 1F 43 148 32 16
Octal 123 34 71 0 102 37 103 510 62 26
Binary 1010011 11100 111001 0 1000010 11111 1000011 101001000 110010 10110

Color Harmonies of #531C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C39

Black with #531C39

Text Example


Text Example

White with #531C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C39; }

 p { color: rgb(83,28,57); }

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

background-color css

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

 a { background-color: rgb(83,28,57); }

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

border-color css

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

 span { border-color: rgb(83,28,57); }

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