#220513

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

Shades of Blackberry #220513

Tints of Blackberry #220513

Color information

#220513 (or 0x220513) is unknown color: approx Blackberry. HEX triplet: 22, 05 and 13. RGB value is (34,5,19). Sum of RGB (Red+Green+Blue) = 34+5+19=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #220513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220513 is #DDFAEC. Grayscale: #0F0F0F. Windows color (decimal): -14547693 or 1246498. OLE color: 1246498.

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

Color convert

RGB34519-
CMYK00.850.440.87
HSL331.03º74.36%7.65%-
HSV(B)331.03º85.29%13.33%-
XYZ0.830.50.67-
YUV15.27130.11141.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=58.62%
G=8.62%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3451900.850.440.87331.0374.367.65
Hex225130552C5714b4a8
Octal4252301255412751311210
Binary1000101011001101010101101100101011110100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220513; }

 p { color: rgb(34,5,19); }

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

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

 a { background-color: rgb(34,5,19); }

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

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

 span { border-color: rgb(34,5,19); }

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