Html Css Color HEX #571231 Blackberry

📋 copy color: '#571231'

red 87 ◦ green 18 ◦ blue 49

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

Shades of Blackberry #571231

Tints of Blackberry #571231

RGB

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

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

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

R = 56.49%
G = 11.69%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#571231 (or 0x571231) is known color: Blackberry. HEX triplet: 57, 12 and 31. RGB value is (87,18,49). Sum of RGB (Red+Green+Blue) = 87+18+49=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571231 is #A8EDCE. Grayscale: #2A2A2A. Windows color (decimal): -11070927 or 3215959. OLE color: 3215959.

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

Color convert

RGB 87 18 49 -
CMYK 0 0.79 0.44 0.66
HSL 333.04º 0.66% 0.21% -
HSV(B) 333.04º 0.79% 0.34% -
XYZ 4.7 2.68 3.18 -
YUV 42.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 87 18 49 0 0.79 0.44 0.66 333.04 0.66 0.21
Hex 57 12 31 0 4F 2C 42 14D 42 15
Octal 127 22 61 0 117 54 102 515 102 25
Binary 1010111 10010 110001 0 1001111 101100 1000010 101001101 1000010 10101

Color Harmonies of #571231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571231

Black with #571231

Text Example


Text Example

White with #571231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571231; }

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

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

background-color css

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

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

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

border-color css

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

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

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