Html Css Color HEX #531832 Blackberry

📋 copy color: '#531832'

red 83 ◦ green 24 ◦ blue 50

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

Shades of Blackberry #531832

Tints of Blackberry #531832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 52.87%
G = 15.29%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#531832 (or 0x531832) is known color: Blackberry. HEX triplet: 53, 18 and 32. RGB value is (83,24,50). Sum of RGB (Red+Green+Blue) = 83+24+50=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531832 is #ACE7CD. Grayscale: #2C2C2C. Windows color (decimal): -11331534 or 3283027. OLE color: 3283027.

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

Color convert

RGB 83 24 50 -
CMYK 0 0.71 0.40 0.67
HSL 333.56º 0.55% 0.21% -
HSV(B) 333.56º 0.71% 0.33% -
XYZ 4.47 2.72 3.31 -
YUV 44.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 83 24 50 0 0.71 0.40 0.67 333.56 0.55 0.21
Hex 53 18 32 0 47 28 43 14E 37 15
Octal 123 30 62 0 107 50 103 516 67 25
Binary 1010011 11000 110010 0 1000111 101000 1000011 101001110 110111 10101

Color Harmonies of #531832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531832

Black with #531832

Text Example


Text Example

White with #531832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531832; }

 p { color: rgb(83,24,50); }

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

background-color css

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

 a { background-color: rgb(83,24,50); }

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

border-color css

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

 span { border-color: rgb(83,24,50); }

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