Html Css Color HEX #57112C Blackberry

📋 copy color: '#57112C'

red 87 ◦ green 17 ◦ blue 44

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

Shades of Blackberry #57112C

Tints of Blackberry #57112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.49%

 BLUE value IS 44 (17.58% from 255) = 29.73%

R = 58.78%
G = 11.49%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57112C (or 0x57112C) is known color: Blackberry. HEX triplet: 57, 11 and 2C. RGB value is (87,17,44). Sum of RGB (Red+Green+Blue) = 87+17+44=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57112C is #A8EED3. Grayscale: #282828. Windows color (decimal): -11071188 or 2888023. OLE color: 2888023.

HSL color Cylindrical-coordinate representation of color #57112C: hue angle of 336.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57112C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 44 -
CMYK 0 0.80 0.49 0.66
HSL 336.86º 0.67% 0.2% -
HSV(B) 336.86º 0.8% 0.34% -
XYZ 4.59 2.61 2.64 -
YUV 41.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 87 17 44 0 0.80 0.49 0.66 336.86 0.67 0.2
Hex 57 11 2C 0 50 31 42 151 43 14
Octal 127 21 54 0 120 61 102 521 103 24
Binary 1010111 10001 101100 0 1010000 110001 1000010 101010001 1000011 10100

Color Harmonies of #57112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57112C

Black with #57112C

Text Example


Text Example

White with #57112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57112C; }

 p { color: rgb(87,17,44); }

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

background-color css

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

 a { background-color: rgb(87,17,44); }

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

border-color css

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

 span { border-color: rgb(87,17,44); }

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