#370A1F

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

Shades of Blackberry #370A1F

Tints of Blackberry #370A1F

Color information

#370A1F (or 0x370A1F) is unknown color: approx Blackberry. HEX triplet: 37, 0A and 1F. RGB value is (55,10,31). Sum of RGB (Red+Green+Blue) = 55+10+31=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A1F is #C8F5E0. Grayscale: #191919. Windows color (decimal): -13170145 or 2034231. OLE color: 2034231.

HSL color Cylindrical-coordinate representation of color #370A1F: hue angle of 332º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A1F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB551031-
CMYK00.820.440.78
HSL332º69.23%12.75%-
HSV(B)332º81.82%21.57%-
XYZ1.931.131.41-
YUV25.85130.91148.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=57.29%
G=10.42%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55103100.820.440.7833269.2312.75
Hex37A1F0522C4E14c45d
Octal67123701225411651410515
Binary11011110101111101010010101100100111010100110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370A1F; }

 p { color: rgb(55,10,31); }

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

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

 a { background-color: rgb(55,10,31); }

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

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

 span { border-color: rgb(55,10,31); }

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