#220D17

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

Shades of Blackberry #220D17

Tints of Blackberry #220D17

Color information

#220D17 (or 0x220D17) is unknown color: approx Blackberry. HEX triplet: 22, 0D and 17. RGB value is (34,13,23). Sum of RGB (Red+Green+Blue) = 34+13+23=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #220D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D17 is #DDF2E8. Grayscale: #141414. Windows color (decimal): -14545641 or 1510690. OLE color: 1510690.

HSL color Cylindrical-coordinate representation of color #220D17: hue angle of 331.43º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #220D17 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.87.

Color convert

RGB341323-
CMYK00.620.320.87
HSL331.43º44.68%9.22%-
HSV(B)331.43º61.76%13.33%-
XYZ0.960.690.89-
YUV20.42129.46137.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 48.57%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=48.57%
G=18.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34132300.620.320.87331.4344.689.22
Hex22D1703E205714b2d9
Octal421527076401275135511
Binary100010110110111011111010000010101111010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,13,23); }

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

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

 a { background-color: rgb(34,13,23); }

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

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

 span { border-color: rgb(34,13,23); }

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