#571938

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

Shades of Blackberry #571938

Tints of Blackberry #571938

Color information

#571938 (or 0x571938) is unknown color: approx Blackberry. HEX triplet: 57, 19 and 38. RGB value is (87,25,56). Sum of RGB (Red+Green+Blue) = 87+25+56=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #571938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571938 is #A8E6C7. Grayscale: #2F2F2F. Windows color (decimal): -11069128 or 3676503. OLE color: 3676503.

HSL color Cylindrical-coordinate representation of color #571938: hue angle of 330º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571938 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB872556-
CMYK00.710.360.66
HSL330º55.36%21.96%-
HSV(B)330º71.26%34.12%-
XYZ4.993.014.06-
YUV47.07133.04156.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=51.79%
G=14.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87255600.710.360.6633055.3621.96
Hex571938047244214a3716
Octal12731700107441025126726
Binary10101111100111100001000111100100100001010100101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571938; }

 p { color: rgb(87,25,56); }

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

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

 a { background-color: rgb(87,25,56); }

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

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

 span { border-color: rgb(87,25,56); }

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