#190700

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

Shades of Black #190700

Tints of Black #190700

Color information

#190700 (or 0x190700) is unknown color: approx Black. HEX triplet: 19, 07 and 00. RGB value is (25,7,0). Sum of RGB (Red+Green+Blue) = 25+7+0=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190700 is #E6F8FF. Grayscale: #0B0B0B. Windows color (decimal): -15137024 or 1817. OLE color: 1817.

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

Color convert

RGB2570-
CMYK00.7210.90
HSL16.8º100%4.9%-
HSV(B)16.8º100%9.8%-
XYZ0.480.360.04-
YUV11.58121.46137.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 78.12%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.12%
G=21.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal257000.7210.9016.81004.9
Hex1970048645A11645
Octal31700110144132211445
Binary1100111100100100011001001011010100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190700; }

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

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

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

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

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

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

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

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