#190811

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

Shades of Blackberry #190811

Tints of Blackberry #190811

Color information

#190811 (or 0x190811) is unknown color: approx Blackberry. HEX triplet: 19, 08 and 11. RGB value is (25,8,17). Sum of RGB (Red+Green+Blue) = 25+8+17=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190811 is #E6F7EE. Grayscale: #0E0E0E. Windows color (decimal): -15136751 or 1116185. OLE color: 1116185.

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

Color convert

RGB25817-
CMYK00.680.320.90
HSL328.24º51.52%6.47%-
HSV(B)328.24º68%9.8%-
XYZ0.590.420.58-
YUV14.11129.63135.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 17 (7.03% from 255) = 34%
R=50%
G=16%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2581700.680.320.90328.2451.526.47
Hex19811044205A148346
Octal311021010440132510646
Binary11001100010001010001001000001011010101001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190811; }

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

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

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

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

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

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

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

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