#220F18

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

Shades of Blackberry #220F18

Tints of Blackberry #220F18

Color information

#220F18 (or 0x220F18) is unknown color: approx Blackberry. HEX triplet: 22, 0F and 18. RGB value is (34,15,24). Sum of RGB (Red+Green+Blue) = 34+15+24=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F18 is #DDF0E7. Grayscale: #151515. Windows color (decimal): -14545128 or 1576738. OLE color: 1576738.

HSL color Cylindrical-coordinate representation of color #220F18: hue angle of 331.58º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #220F18 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB341524-
CMYK00.560.290.87
HSL331.58º38.78%9.61%-
HSV(B)331.58º55.88%13.33%-
XYZ10.750.96-
YUV21.71129.29136.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=46.58%
G=20.55%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34152400.560.290.87331.5838.789.61
Hex22F180381D5714c27a
Octal421730070351275144712
Binary10001011111100001110001110110101111010011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220F18; }

 p { color: rgb(34,15,24); }

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

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

 a { background-color: rgb(34,15,24); }

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

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

 span { border-color: rgb(34,15,24); }

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