#370D1D

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

Shades of Blackberry #370D1D

Tints of Blackberry #370D1D

Color information

#370D1D (or 0x370D1D) is unknown color: approx Blackberry. HEX triplet: 37, 0D and 1D. RGB value is (55,13,29). Sum of RGB (Red+Green+Blue) = 55+13+29=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D1D is #C8F2E2. Grayscale: #1B1B1B. Windows color (decimal): -13169379 or 1903927. OLE color: 1903927.

HSL color Cylindrical-coordinate representation of color #370D1D: hue angle of 337.14º 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 #370D1D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB551329-
CMYK00.760.470.78
HSL337.14º61.76%13.33%-
HSV(B)337.14º76.36%21.57%-
XYZ1.941.191.29-
YUV27.38128.91147.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=56.70%
G=13.40%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55132900.760.470.78337.1461.7613.33
Hex37D1D04C2F4E1513ed
Octal6715350114571165217615
Binary1101111101111010100110010111110011101010100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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