#190C01

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

Shades of Black #190C01

Tints of Black #190C01

Color information

#190C01 (or 0x190C01) is unknown color: approx Black. HEX triplet: 19, 0C and 01. RGB value is (25,12,1). Sum of RGB (Red+Green+Blue) = 25+12+1=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #190C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C01 is #E6F3FE. Grayscale: #0E0E0E. Windows color (decimal): -15135743 or 68633. OLE color: 68633.

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

Color convert

RGB25121-
CMYK00.520.960.90
HSL27.5º92.31%5.1%-
HSV(B)27.5º96%9.8%-
XYZ0.540.470.09-
YUV14.63120.31135.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 65.79%
GREEN value IS 12 (5.08% from 255) = 31.58%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=65.79%
G=31.58%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512100.520.960.9027.592.315.1
Hex19C1034605A1c5c5
Octal31141064140132341345
Binary1100111001011010011000001011010111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,12,1); }

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

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

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

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

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

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

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