#190F14

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

Shades of Blackberry #190F14

Tints of Blackberry #190F14

Color information

#190F14 (or 0x190F14) is unknown color: approx Blackberry. HEX triplet: 19, 0F and 14. RGB value is (25,15,20). Sum of RGB (Red+Green+Blue) = 25+15+20=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #190F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F14 is #E6F0EB. Grayscale: #121212. Windows color (decimal): -15134956 or 1314585. OLE color: 1314585.

HSL color Cylindrical-coordinate representation of color #190F14: hue angle of 330º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #190F14 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB251520-
CMYK00.400.200.90
HSL330º25%7.84%-
HSV(B)330º40%9.8%-
XYZ0.70.60.74-
YUV18.56128.81132.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 15 (6.25% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25152000.400.200.90330257.84
Hex19F14028145A14a198
Octal311724050241325123110
Binary110011111101000101000101001011010101001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,15,20); }

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

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

 a { background-color: rgb(25,15,20); }

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

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

 span { border-color: rgb(25,15,20); }

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