#190812

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

Shades of Blackberry #190812

Tints of Blackberry #190812

Color information

#190812 (or 0x190812) is unknown color: approx Blackberry. HEX triplet: 19, 08 and 12. RGB value is (25,8,18). Sum of RGB (Red+Green+Blue) = 25+8+18=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190812 is #E6F7ED. Grayscale: #0E0E0E. Windows color (decimal): -15136750 or 1181721. OLE color: 1181721.

HSL color Cylindrical-coordinate representation of color #190812: hue angle of 324.71º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190812 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB25818-
CMYK00.680.280.90
HSL324.71º51.52%6.47%-
HSV(B)324.71º68%9.8%-
XYZ0.60.420.62-
YUV14.22130.13135.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=49.02%
G=15.69%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2581800.680.280.90324.7151.526.47
Hex198120441C5A145346
Octal311022010434132505646
Binary1100110001001001000100111001011010101000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190812; }

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

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

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

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

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

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

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

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