#370422

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

Shades of Blackberry #370422

Tints of Blackberry #370422

Color information

#370422 (or 0x370422) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 22. RGB value is (55,4,34). Sum of RGB (Red+Green+Blue) = 55+4+34=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370422 is #C8FBDD. Grayscale: #161616. Windows color (decimal): -13171678 or 2229303. OLE color: 2229303.

HSL color Cylindrical-coordinate representation of color #370422: hue angle of 324.71º 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 #370422 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB55434-
CMYK00.930.380.78
HSL324.71º86.44%11.57%-
HSV(B)324.71º92.73%21.57%-
XYZ1.911.011.61-
YUV22.67134.4151.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 34 (13.67% from 255) = 36.56%
R=59.14%
G=4.30%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543400.930.380.78324.7186.4411.57
Hex3742205D264E14556c
Octal6744201354611650512614
Binary11011110010001001011101100110100111010100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370422; }

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

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

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

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

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

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

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

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