#190011

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

Shades of Blackberry #190011

Tints of Blackberry #190011

Color information

#190011 (or 0x190011) is unknown color: approx Blackberry. HEX triplet: 19, 00 and 11. RGB value is (25,0,17). Sum of RGB (Red+Green+Blue) = 25+0+17=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #190011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190011 is #E6FFEE. Grayscale: #090909. Windows color (decimal): -15138799 or 1114137. OLE color: 1114137.

HSL color Cylindrical-coordinate representation of color #190011: hue angle of 319.2º 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 #190011 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB25017-
CMYK010.320.90
HSL319.2º100%4.9%-
HSV(B)319.2º100%9.8%-
XYZ0.50.250.55-
YUV9.41132.28139.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 59.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=59.52%
G=0%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25017010.320.90319.21004.9
Hex19011064205A13f645
Octal310210144401324771445
Binary110010100010110010010000010110101001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190011; }

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

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

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

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

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

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

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

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