#370D1E

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

Shades of Blackberry #370D1E

Tints of Blackberry #370D1E

Color information

#370D1E (or 0x370D1E) is unknown color: approx Blackberry. HEX triplet: 37, 0D and 1E. RGB value is (55,13,30). Sum of RGB (Red+Green+Blue) = 55+13+30=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D1E is #C8F2E1. Grayscale: #1B1B1B. Windows color (decimal): -13169378 or 1969463. OLE color: 1969463.

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

Color convert

RGB551330-
CMYK00.760.450.78
HSL335.71º61.76%13.33%-
HSV(B)335.71º76.36%21.57%-
XYZ1.951.191.36-
YUV27.5129.41147.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=56.12%
G=13.27%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55133000.760.450.78335.7161.7613.33
Hex37D1E04C2D4E1503ed
Octal6715360114551165207615
Binary1101111101111100100110010110110011101010100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,30); }

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

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

 a { background-color: rgb(55,13,30); }

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

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

 span { border-color: rgb(55,13,30); }

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