#370022

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

Shades of Blackberry #370022

Tints of Blackberry #370022

Color information

#370022 (or 0x370022) is unknown color: approx Blackberry. HEX triplet: 37, 00 and 22. RGB value is (55,0,34). Sum of RGB (Red+Green+Blue) = 55+0+34=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #370022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370022 is #C8FFDD. Grayscale: #141414. Windows color (decimal): -13172702 or 2228279. OLE color: 2228279.

HSL color Cylindrical-coordinate representation of color #370022: hue angle of 322.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370022 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB55034-
CMYK010.380.78
HSL322.91º100%10.78%-
HSV(B)322.91º100%21.57%-
XYZ1.860.931.59-
YUV20.32135.72152.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 38.20%
R=61.80%
G=0%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55034010.380.78322.9110010.78
Hex37022064264E14364b
Octal6704201444611650314413
Binary110111010001001100100100110100111010100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370022; }

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

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

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

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

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

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

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

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