#370519

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

Shades of Blackberry #370519

Tints of Blackberry #370519

Color information

#370519 (or 0x370519) is unknown color: approx Blackberry. HEX triplet: 37, 05 and 19. RGB value is (55,5,25). Sum of RGB (Red+Green+Blue) = 55+5+25=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370519 is #C8FAE6. Grayscale: #161616. Windows color (decimal): -13171431 or 1639735. OLE color: 1639735.

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

Color convert

RGB55525-
CMYK00.910.550.78
HSL336º83.33%11.76%-
HSV(B)336º90.91%21.57%-
XYZ1.810.991.02-
YUV22.23129.56151.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 64.71%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=64.71%
G=5.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552500.910.550.7833683.3311.76
Hex3751905B374E15053c
Octal6753101336711652012314
Binary1101111011100101011011110111100111010101000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370519; }

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

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

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

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

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

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

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

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