#370421

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

Shades of Blackberry #370421

Tints of Blackberry #370421

Color information

#370421 (or 0x370421) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 21. RGB value is (55,4,33). Sum of RGB (Red+Green+Blue) = 55+4+33=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370421 is #C8FBDE. Grayscale: #161616. Windows color (decimal): -13171679 or 2163767. OLE color: 2163767.

HSL color Cylindrical-coordinate representation of color #370421: hue angle of 325.88º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370421 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB55433-
CMYK00.930.40.78
HSL325.88º86.44%11.57%-
HSV(B)325.88º92.73%21.57%-
XYZ1.891.011.53-
YUV22.56133.9151.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=59.78%
G=4.35%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543300.930.40.78325.8886.4411.57
Hex3742105D284E14656c
Octal6744101355011650612614
Binary11011110010000101011101101000100111010100011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370421; }

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

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

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

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

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

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

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

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