Html Css Color HEX #531337 Blackberry

📋 copy color: '#531337'

red 83 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #531337

Tints of Blackberry #531337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 52.87%
G = 12.1%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#531337 (or 0x531337) is known color: Blackberry. HEX triplet: 53, 13 and 37. RGB value is (83,19,55). Sum of RGB (Red+Green+Blue) = 83+19+55=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531337 is #ACECC8. Grayscale: #2A2A2A. Windows color (decimal): -11332809 or 3609427. OLE color: 3609427.

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

Color convert

RGB 83 19 55 -
CMYK 0 0.77 0.34 0.67
HSL 326.25º 0.63% 0.2% -
HSV(B) 326.25º 0.77% 0.33% -
XYZ 4.49 2.58 3.88 -
YUV 42.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 83 19 55 0 0.77 0.34 0.67 326.25 0.63 0.2
Hex 53 13 37 0 4D 22 43 146 3F 14
Octal 123 23 67 0 115 42 103 506 77 24
Binary 1010011 10011 110111 0 1001101 100010 1000011 101000110 111111 10100

Color Harmonies of #531337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531337

Black with #531337

Text Example


Text Example

White with #531337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531337; }

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

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

background-color css

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

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

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

border-color css

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

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

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