#190A07

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

Shades of Black #190A07

Tints of Black #190A07

Color information

#190A07 (or 0x190A07) is unknown color: approx Black. HEX triplet: 19, 0A and 07. RGB value is (25,10,7). Sum of RGB (Red+Green+Blue) = 25+10+7=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #190A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A07 is #E6F5F8. Grayscale: #0E0E0E. Windows color (decimal): -15136249 or 461337. OLE color: 461337.

HSL color Cylindrical-coordinate representation of color #190A07: hue angle of 10º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #190A07 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.90.

Color convert

RGB25107-
CMYK00.600.720.90
HSL10º56.25%6.27%-
HSV(B)10º72%9.8%-
XYZ0.550.440.26-
YUV14.14123.97135.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 59.52%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=59.52%
G=23.81%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2510700.600.720.901056.256.27
Hex19A703C485Aa386
Octal3112707411013212706
Binary1100110101110111100100100010110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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