#190A12

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

Shades of Blackberry #190A12

Tints of Blackberry #190A12

Color information

#190A12 (or 0x190A12) is unknown color: approx Blackberry. HEX triplet: 19, 0A and 12. RGB value is (25,10,18). Sum of RGB (Red+Green+Blue) = 25+10+18=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A12 is #E6F5ED. Grayscale: #0F0F0F. Windows color (decimal): -15136238 or 1182233. OLE color: 1182233.

HSL color Cylindrical-coordinate representation of color #190A12: hue angle of 328º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190A12 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB251018-
CMYK00.600.280.90
HSL328º42.86%6.86%-
HSV(B)328º60%9.8%-
XYZ0.620.470.63-
YUV15.4129.47134.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=47.17%
G=18.87%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25101800.600.280.9032842.866.86
Hex19A1203C1C5A1482b7
Octal31122207434132510537
Binary110011010100100111100111001011010101001000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190A12; }

 p { color: rgb(25,10,18); }

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

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

 a { background-color: rgb(25,10,18); }

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

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

 span { border-color: rgb(25,10,18); }

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