#19010F

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

Shades of Blackberry #19010F

Tints of Blackberry #19010F

Color information

#19010F (or 0x19010F) is unknown color: approx Blackberry. HEX triplet: 19, 01 and 0F. RGB value is (25,1,15). Sum of RGB (Red+Green+Blue) = 25+1+15=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010F is #E6FEF0. Grayscale: #090909. Windows color (decimal): -15138545 or 983321. OLE color: 983321.

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

Color convert

RGB25115-
CMYK00.960.400.90
HSL325º92.31%5.1%-
HSV(B)325º96%9.8%-
XYZ0.50.260.48-
YUV9.77130.95138.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 60.98%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=60.98%
G=2.44%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511500.960.400.9032592.315.1
Hex191F060285A1455c5
Octal311170140501325051345
Binary11001111110110000010100010110101010001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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