Html Css Color HEX #531237 Blackberry

📋 copy color: '#531237'

red 83 ◦ green 18 ◦ blue 55

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

Shades of Blackberry #531237

Tints of Blackberry #531237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

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

R = 53.21%
G = 11.54%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#531237 (or 0x531237) is known color: Blackberry. HEX triplet: 53, 12 and 37. RGB value is (83,18,55). Sum of RGB (Red+Green+Blue) = 83+18+55=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531237 is #ACEDC8. Grayscale: #292929. Windows color (decimal): -11333065 or 3609171. OLE color: 3609171.

HSL color Cylindrical-coordinate representation of color #531237: hue angle of 325.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531237 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 55 -
CMYK 0 0.78 0.34 0.67
HSL 325.85º 0.64% 0.2% -
HSV(B) 325.85º 0.78% 0.33% -
XYZ 4.47 2.55 3.87 -
YUV 41.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 83 18 55 0 0.78 0.34 0.67 325.85 0.64 0.2
Hex 53 12 37 0 4E 22 43 146 40 14
Octal 123 22 67 0 116 42 103 506 100 24
Binary 1010011 10010 110111 0 1001110 100010 1000011 101000110 1000000 10100

Color Harmonies of #531237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531237

Black with #531237

Text Example


Text Example

White with #531237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531237; }

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

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

background-color css

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

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

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

border-color css

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

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

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