#220015

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

Shades of Blackberry #220015

Tints of Blackberry #220015

Color information

#220015 (or 0x220015) is unknown color: approx Blackberry. HEX triplet: 22, 00 and 15. RGB value is (34,0,21). Sum of RGB (Red+Green+Blue) = 34+0+21=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #220015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220015 is #DDFFEA. Grayscale: #0C0C0C. Windows color (decimal): -14548971 or 1376290. OLE color: 1376290.

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

Color convert

RGB34021-
CMYK010.380.87
HSL322.94º100%6.67%-
HSV(B)322.94º100%13.33%-
XYZ0.80.390.74-
YUV12.56132.76143.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 61.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=61.82%
G=0%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34021010.380.87322.941006.67
Hex220150642657143647
Octal420250144461275031447
Binary1000100101010110010010011010101111010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220015; }

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

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

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

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

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

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

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

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