#19000F

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

Shades of Blackberry #19000F

Tints of Blackberry #19000F

Color information

#19000F (or 0x19000F) is unknown color: approx Blackberry. HEX triplet: 19, 00 and 0F. RGB value is (25,0,15). Sum of RGB (Red+Green+Blue) = 25+0+15=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #19000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19000F is #E6FFF0. Grayscale: #090909. Windows color (decimal): -15138801 or 983065. OLE color: 983065.

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

Color convert

RGB25015-
CMYK010.400.90
HSL324º100%4.9%-
HSV(B)324º100%9.8%-
XYZ0.490.240.47-
YUV9.18131.28139.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 62.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=62.5%
G=0%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25015010.400.903241004.9
Hex190F064285A144645
Octal310170144501325041445
Binary11001011110110010010100010110101010001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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