#371926

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

Shades of Blackberry #371926

Tints of Blackberry #371926

Color information

#371926 (or 0x371926) is unknown color: approx Blackberry. HEX triplet: 37, 19 and 26. RGB value is (55,25,38). Sum of RGB (Red+Green+Blue) = 55+25+38=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #371926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371926 is #C8E6D9. Grayscale: #232323. Windows color (decimal): -13166298 or 2496823. OLE color: 2496823.

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

Color convert

RGB552538-
CMYK00.550.310.78
HSL334º37.5%15.69%-
HSV(B)334º54.55%21.57%-
XYZ2.271.652.03-
YUV35.45129.44141.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=46.61%
G=21.19%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55253800.550.310.7833437.515.69
Hex3719260371F4E14e2610
Octal673146067371165164620
Binary11011111001100110011011111111100111010100111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371926; }

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

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

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

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

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

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

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

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