#220615

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

Shades of Blackberry #220615

Tints of Blackberry #220615

Color information

#220615 (or 0x220615) is unknown color: approx Blackberry. HEX triplet: 22, 06 and 15. RGB value is (34,6,21). Sum of RGB (Red+Green+Blue) = 34+6+21=61 (8% of max value = 765). Red value is 34 (13.67% from 255 or 55.74% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 34 - color contains mainly: red. Hex color #220615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220615 is #DDF9EA. Grayscale: #101010. Windows color (decimal): -14547435 or 1377826. OLE color: 1377826.

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

Color convert

RGB34621-
CMYK00.820.380.87
HSL327.86º70%7.84%-
HSV(B)327.86º82.35%13.33%-
XYZ0.860.520.77-
YUV16.08130.78140.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 55.74%
GREEN value IS 6 (2.73% from 255) = 9.84%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=55.74%
G=9.84%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3462100.820.380.87327.86707.84
Hex226150522657148468
Octal4262501224612751010610
Binary1000101101010101010010100110101011110100100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220615; }

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

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

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

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

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

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

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

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