Html Css Color HEX #190C01 Black

📋 copy color: '#190C01'

red 25 ◦ green 12 ◦ blue 1

#190C01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #190C01

Tints of Black #190C01

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 value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#190C01 (or 0x190C01) is known color: 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

RGB 25 12 1 -
CMYK 0 0.52 0.96 0.90
HSL 27.5º 0.92% 0.05% -
HSV(B) 27.5º 0.96% 0.1% -
XYZ 0.54 0.47 0.09 -
YUV 14.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 25 12 1 0 0.52 0.96 0.90 27.5 0.92 0.05
Hex 19 C 1 0 34 60 5A 1C 5C 5
Octal 31 14 1 0 64 140 132 34 134 5
Binary 11001 1100 1 0 110100 1100000 1011010 11100 1011100 101

Color Harmonies of #190C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C01

Black with #190C01

Text Example


Text Example

White with #190C01

Text Example


Text Example

HTML Codes & Css Web 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>