#190111

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

Shades of Blackberry #190111

Tints of Blackberry #190111

Color information

#190111 (or 0x190111) is unknown color: approx Blackberry. HEX triplet: 19, 01 and 11. RGB value is (25,1,17). Sum of RGB (Red+Green+Blue) = 25+1+17=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190111 is #E6FEEE. Grayscale: #090909. Windows color (decimal): -15138543 or 1114393. OLE color: 1114393.

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

Color convert

RGB25117-
CMYK00.960.320.90
HSL320º92.31%5.1%-
HSV(B)320º96%9.8%-
XYZ0.510.270.56-
YUV10131.95138.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=58.14%
G=2.33%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511700.960.320.9032092.315.1
Hex19111060205A1405c5
Octal311210140401325001345
Binary110011100010110000010000010110101010000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190111; }

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

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

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

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

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

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

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

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