#221119

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

Shades of Blackberry #221119

Tints of Blackberry #221119

Color information

#221119 (or 0x221119) is unknown color: approx Blackberry. HEX triplet: 22, 11 and 19. RGB value is (34,17,25). Sum of RGB (Red+Green+Blue) = 34+17+25=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #221119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221119 is #DDEEE6. Grayscale: #161616. Windows color (decimal): -14544615 or 1642786. OLE color: 1642786.

HSL color Cylindrical-coordinate representation of color #221119: hue angle of 331.76º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221119 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB341725-
CMYK00.500.260.87
HSL331.76º33.33%10%-
HSV(B)331.76º50%13.33%-
XYZ1.040.811.02-
YUV23129.13135.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.74%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=44.74%
G=22.37%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34172500.500.260.87331.7633.3310
Hex2211190321A5714c21a
Octal422131062321275144112
Binary100010100011100101100101101010101111010011001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221119; }

 p { color: rgb(34,17,25); }

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

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

 a { background-color: rgb(34,17,25); }

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

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

 span { border-color: rgb(34,17,25); }

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