Html Css Color HEX #571031 Blackberry

📋 copy color: '#571031'

red 87 ◦ green 16 ◦ blue 49

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

Shades of Blackberry #571031

Tints of Blackberry #571031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

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

R = 57.24%
G = 10.53%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#571031 (or 0x571031) is known color: Blackberry. HEX triplet: 57, 10 and 31. RGB value is (87,16,49). Sum of RGB (Red+Green+Blue) = 87+16+49=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571031 is #A8EFCE. Grayscale: #282828. Windows color (decimal): -11071439 or 3215447. OLE color: 3215447.

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

Color convert

RGB 87 16 49 -
CMYK 0 0.82 0.44 0.66
HSL 332.11º 0.69% 0.2% -
HSV(B) 332.11º 0.82% 0.34% -
XYZ 4.67 2.62 3.17 -
YUV 40.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 87 16 49 0 0.82 0.44 0.66 332.11 0.69 0.2
Hex 57 10 31 0 52 2C 42 14C 45 14
Octal 127 20 61 0 122 54 102 514 105 24
Binary 1010111 10000 110001 0 1010010 101100 1000010 101001100 1000101 10100

Color Harmonies of #571031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571031

Black with #571031

Text Example


Text Example

White with #571031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571031; }

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

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

background-color css

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

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

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

border-color css

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

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

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