Html Css Color HEX #570E31 Blackberry

📋 copy color: '#570E31'

red 87 ◦ green 14 ◦ blue 49

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

Shades of Blackberry #570E31

Tints of Blackberry #570E31

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.33%

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

R = 58%
G = 9.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#570E31 (or 0x570E31) is known color: Blackberry. HEX triplet: 57, 0E and 31. RGB value is (87,14,49). Sum of RGB (Red+Green+Blue) = 87+14+49=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #570E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E31 is #A8F1CE. Grayscale: #272727. Windows color (decimal): -11071951 or 3214935. OLE color: 3214935.

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

Color convert

RGB 87 14 49 -
CMYK 0 0.84 0.44 0.66
HSL 331.23º 0.72% 0.2% -
HSV(B) 331.23º 0.84% 0.34% -
XYZ 4.64 2.56 3.16 -
YUV 39.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 87 14 49 0 0.84 0.44 0.66 331.23 0.72 0.2
Hex 57 E 31 0 54 2C 42 14B 48 14
Octal 127 16 61 0 124 54 102 513 110 24
Binary 1010111 1110 110001 0 1010100 101100 1000010 101001011 1001000 10100

Color Harmonies of #570E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E31

Black with #570E31

Text Example


Text Example

White with #570E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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