Html Css Color HEX #531439 Blackberry

📋 copy color: '#531439'

red 83 ◦ green 20 ◦ blue 57

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

Shades of Blackberry #531439

Tints of Blackberry #531439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 51.88%
G = 12.5%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#531439 (or 0x531439) is known color: Blackberry. HEX triplet: 53, 14 and 39. RGB value is (83,20,57). Sum of RGB (Red+Green+Blue) = 83+20+57=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531439 is #ACEBC6. Grayscale: #2A2A2A. Windows color (decimal): -11332551 or 3740755. OLE color: 3740755.

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

Color convert

RGB 83 20 57 -
CMYK 0 0.76 0.31 0.67
HSL 324.76º 0.61% 0.2% -
HSV(B) 324.76º 0.76% 0.33% -
XYZ 4.56 2.63 4.14 -
YUV 43.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 83 20 57 0 0.76 0.31 0.67 324.76 0.61 0.2
Hex 53 14 39 0 4C 1F 43 145 3D 14
Octal 123 24 71 0 114 37 103 505 75 24
Binary 1010011 10100 111001 0 1001100 11111 1000011 101000101 111101 10100

Color Harmonies of #531439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531439

Black with #531439

Text Example


Text Example

White with #531439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531439; }

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

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

background-color css

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

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

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

border-color css

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

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

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