#371026

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

Shades of Blackberry #371026

Tints of Blackberry #371026

Color information

#371026 (or 0x371026) is unknown color: approx Blackberry. HEX triplet: 37, 10 and 26. RGB value is (55,16,38). Sum of RGB (Red+Green+Blue) = 55+16+38=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371026 is #C8EFD9. Grayscale: #1E1E1E. Windows color (decimal): -13168602 or 2494519. OLE color: 2494519.

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

Color convert

RGB551638-
CMYK00.710.310.78
HSL326.15º54.93%13.92%-
HSV(B)326.15º70.91%21.57%-
XYZ2.111.321.98-
YUV30.17132.42145.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=50.46%
G=14.68%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55163800.710.310.78326.1554.9313.92
Hex3710260471F4E14637e
Octal6720460107371165066716
Binary11011110000100110010001111111110011101010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371026; }

 p { color: rgb(55,16,38); }

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

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

 a { background-color: rgb(55,16,38); }

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

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

 span { border-color: rgb(55,16,38); }

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