#19020F

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

Shades of Blackberry #19020F

Tints of Blackberry #19020F

Color information

#19020F (or 0x19020F) is unknown color: approx Blackberry. HEX triplet: 19, 02 and 0F. RGB value is (25,2,15). Sum of RGB (Red+Green+Blue) = 25+2+15=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #19020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19020F is #E6FDF0. Grayscale: #0A0A0A. Windows color (decimal): -15138289 or 983577. OLE color: 983577.

HSL color Cylindrical-coordinate representation of color #19020F: hue angle of 326.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19020F is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB25215-
CMYK00.920.400.90
HSL326.09º85.19%5.29%-
HSV(B)326.09º92%9.8%-
XYZ0.510.280.48-
YUV10.36130.62138.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 59.52%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=59.52%
G=4.76%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521500.920.400.90326.0985.195.29
Hex192F05C285A146555
Octal312170134501325061255
Binary110011011110101110010100010110101010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19020F; }

 p { color: rgb(25,2,15); }

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

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

 a { background-color: rgb(25,2,15); }

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

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

 span { border-color: rgb(25,2,15); }

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