#57183A

Color #57183A Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #57183A

Tints of Blackberry #57183A

Color information

#57183A (or 0x57183A) is unknown color: approx Blackberry. HEX triplet: 57, 18 and 3A. RGB value is (87,24,58). Sum of RGB (Red+Green+Blue) = 87+24+58=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57183A is #A8E7C5. Grayscale: #2E2E2E. Windows color (decimal): -11069382 or 3807319. OLE color: 3807319.

HSL color Cylindrical-coordinate representation of color #57183A: hue angle of 327.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57183A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB872458-
CMYK00.720.330.66
HSL327.62º56.76%21.76%-
HSV(B)327.62º72.41%34.12%-
XYZ5.022.984.31-
YUV46.71134.37156.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=51.48%
G=14.20%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87245800.720.330.66327.6256.7621.76
Hex57183A04821421483916
Octal12730720110411025107126
Binary10101111100011101001001000100001100001010100100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57183A; }

 p { color: rgb(87,24,58); }

 H1.HeaderClassName
 {
   color: #57183A;
 }
 .AnyTagClassName
 {
   color: #57183A;
 }
</style>
background-color css

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

 a { background-color: rgb(87,24,58); }

 div.DivClassName
 {
   background-color: #57183A;
 }
 .BgClassName
 {
   background-color: #57183A;
 }
</style>
border-color css

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

 span { border-color: rgb(87,24,58); }

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