#370F21

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

Shades of Blackberry #370F21

Tints of Blackberry #370F21

Color information

#370F21 (or 0x370F21) is unknown color: approx Blackberry. HEX triplet: 37, 0F and 21. RGB value is (55,15,33). Sum of RGB (Red+Green+Blue) = 55+15+33=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F21 is #C8F0DE. Grayscale: #1C1C1C. Windows color (decimal): -13168863 or 2166583. OLE color: 2166583.

HSL color Cylindrical-coordinate representation of color #370F21: hue angle of 333º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F21 is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB551533-
CMYK00.730.40.78
HSL333º57.14%13.73%-
HSV(B)333º72.73%21.57%-
XYZ2.021.261.58-
YUV29.01130.25146.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=53.40%
G=14.56%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55153300.730.40.7833357.1413.73
Hex37F21049284E14d39e
Octal6717410111501165157116
Binary11011111111000010100100110100010011101010011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,15,33); }

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

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

 a { background-color: rgb(55,15,33); }

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

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

 span { border-color: rgb(55,15,33); }

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