Html Css Color HEX #571333 Blackberry

📋 copy color: '#571333'

red 87 ◦ green 19 ◦ blue 51

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

Shades of Blackberry #571333

Tints of Blackberry #571333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 55.41%
G = 12.1%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#571333 (or 0x571333) is known color: Blackberry. HEX triplet: 57, 13 and 33. RGB value is (87,19,51). Sum of RGB (Red+Green+Blue) = 87+19+51=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571333 is #A8ECCC. Grayscale: #2A2A2A. Windows color (decimal): -11070669 or 3347287. OLE color: 3347287.

HSL color Cylindrical-coordinate representation of color #571333: hue angle of 331.76º 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 #571333 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 51 -
CMYK 0 0.78 0.41 0.66
HSL 331.76º 0.64% 0.21% -
HSV(B) 331.76º 0.78% 0.34% -
XYZ 4.76 2.73 3.41 -
YUV 42.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 87 19 51 0 0.78 0.41 0.66 331.76 0.64 0.21
Hex 57 13 33 0 4E 29 42 14C 40 15
Octal 127 23 63 0 116 51 102 514 100 25
Binary 1010111 10011 110011 0 1001110 101001 1000010 101001100 1000000 10101

Color Harmonies of #571333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571333

Black with #571333

Text Example


Text Example

White with #571333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571333; }

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

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

background-color css

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

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

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

border-color css

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

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

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