#371128

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

Shades of Blackberry #371128

Tints of Blackberry #371128

Color information

#371128 (or 0x371128) is unknown color: approx Blackberry. HEX triplet: 37, 11 and 28. RGB value is (55,17,40). Sum of RGB (Red+Green+Blue) = 55+17+40=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371128 is #C8EED7. Grayscale: #1E1E1E. Windows color (decimal): -13168344 or 2625847. OLE color: 2625847.

HSL color Cylindrical-coordinate representation of color #371128: hue angle of 323.68º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371128 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB551740-
CMYK00.690.270.78
HSL323.68º52.78%14.12%-
HSV(B)323.68º69.09%21.57%-
XYZ2.161.372.16-
YUV30.98133.09145.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=49.11%
G=15.18%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55174000.690.270.78323.6852.7814.12
Hex3711280451B4E14435e
Octal6721500105331165046516
Binary11011110001101000010001011101110011101010001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371128; }

 p { color: rgb(55,17,40); }

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

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

 a { background-color: rgb(55,17,40); }

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

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

 span { border-color: rgb(55,17,40); }

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