Html Css Color HEX #571331 Blackberry

📋 copy color: '#571331'

red 87 ◦ green 19 ◦ blue 49

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

Shades of Blackberry #571331

Tints of Blackberry #571331

RGB

 RED value IS 87 (34.38% from 255) = 56.13%

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

 BLUE value IS 49 (19.53% from 255) = 31.61%

R = 56.13%
G = 12.26%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#571331 (or 0x571331) is known color: Blackberry. HEX triplet: 57, 13 and 31. RGB value is (87,19,49). Sum of RGB (Red+Green+Blue) = 87+19+49=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #571331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571331 is #A8ECCE. Grayscale: #2A2A2A. Windows color (decimal): -11070671 or 3216215. OLE color: 3216215.

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

Color convert

RGB 87 19 49 -
CMYK 0 0.78 0.44 0.66
HSL 333.53º 0.64% 0.21% -
HSV(B) 333.53º 0.78% 0.34% -
XYZ 4.72 2.71 3.18 -
YUV 42.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 87 19 49 0 0.78 0.44 0.66 333.53 0.64 0.21
Hex 57 13 31 0 4E 2C 42 14E 40 15
Octal 127 23 61 0 116 54 102 516 100 25
Binary 1010111 10011 110001 0 1001110 101100 1000010 101001110 1000000 10101

Color Harmonies of #571331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571331

Black with #571331

Text Example


Text Example

White with #571331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571331; }

 p { color: rgb(87,19,49); }

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

background-color css

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

 a { background-color: rgb(87,19,49); }

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

border-color css

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

 span { border-color: rgb(87,19,49); }

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