#370D27

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

Shades of Blackberry #370D27

Tints of Blackberry #370D27

Color information

#370D27 (or 0x370D27) is unknown color: approx Blackberry. HEX triplet: 37, 0D and 27. RGB value is (55,13,39). Sum of RGB (Red+Green+Blue) = 55+13+39=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D27 is #C8F2D8. Grayscale: #1C1C1C. Windows color (decimal): -13169369 or 2559287. OLE color: 2559287.

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

Color convert

RGB551339-
CMYK00.760.290.78
HSL322.86º61.76%13.33%-
HSV(B)322.86º76.36%21.57%-
XYZ2.091.252.05-
YUV28.52133.91146.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=51.40%
G=12.15%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55133900.760.290.78322.8661.7613.33
Hex37D2704C1D4E1433ed
Octal6715470114351165037615
Binary1101111101100111010011001110110011101010000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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