#190707

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

Shades of Black #190707

Tints of Black #190707

Color information

#190707 (or 0x190707) is unknown color: approx Black. HEX triplet: 19, 07 and 07. RGB value is (25,7,7). Sum of RGB (Red+Green+Blue) = 25+7+7=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #190707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190707 is #E6F8F8. Grayscale: #0C0C0C. Windows color (decimal): -15137017 or 460569. OLE color: 460569.

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

Color convert

RGB2577-
CMYK00.720.720.90
HSL56.25%6.27%-
HSV(B)72%9.8%-
XYZ0.520.370.25-
YUV12.38124.96137-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 64.10%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=64.10%
G=17.95%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal257700.720.720.90056.256.27
Hex1977048485A0386
Octal317701101101320706
Binary1100111111101001000100100010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190707; }

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

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

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

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

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

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

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

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