Html Css Color HEX #531837 Blackberry

📋 copy color: '#531837'

red 83 ◦ green 24 ◦ blue 55

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

Shades of Blackberry #531837

Tints of Blackberry #531837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 33.95%

R = 51.23%
G = 14.81%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#531837 (or 0x531837) is known color: Blackberry. HEX triplet: 53, 18 and 37. RGB value is (83,24,55). Sum of RGB (Red+Green+Blue) = 83+24+55=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531837 is #ACE7C8. Grayscale: #2D2D2D. Windows color (decimal): -11331529 or 3610707. OLE color: 3610707.

HSL color Cylindrical-coordinate representation of color #531837: hue angle of 328.47º 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 #531837 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 55 -
CMYK 0 0.71 0.34 0.67
HSL 328.47º 0.55% 0.21% -
HSV(B) 328.47º 0.71% 0.33% -
XYZ 4.58 2.77 3.91 -
YUV 45.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 83 24 55 0 0.71 0.34 0.67 328.47 0.55 0.21
Hex 53 18 37 0 47 22 43 148 37 15
Octal 123 30 67 0 107 42 103 510 67 25
Binary 1010011 11000 110111 0 1000111 100010 1000011 101001000 110111 10101

Color Harmonies of #531837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531837

Black with #531837

Text Example


Text Example

White with #531837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531837; }

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

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

background-color css

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

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

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

border-color css

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

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

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