#370C28

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

Shades of Blackberry #370C28

Tints of Blackberry #370C28

Color information

#370C28 (or 0x370C28) is unknown color: approx Blackberry. HEX triplet: 37, 0C and 28. RGB value is (55,12,40). Sum of RGB (Red+Green+Blue) = 55+12+40=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C28 is #C8F3D7. Grayscale: #1B1B1B. Windows color (decimal): -13169624 or 2624567. OLE color: 2624567.

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

Color convert

RGB551240-
CMYK00.780.270.78
HSL320.93º64.18%13.14%-
HSV(B)320.93º78.18%21.57%-
XYZ2.091.232.13-
YUV28.05134.75147.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=51.40%
G=11.21%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55124000.780.270.78320.9364.1813.14
Hex37C2804E1B4E14140d
Octal67145001163311650110015
Binary11011111001010000100111011011100111010100000110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,12,40); }

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

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

 a { background-color: rgb(55,12,40); }

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

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

 span { border-color: rgb(55,12,40); }

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