Html Css Color HEX #190C06 Black

📋 copy color: '#190C06'

red 25 ◦ green 12 ◦ blue 6

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

Shades of Black #190C06

Tints of Black #190C06

RGB

 RED value IS 25 (10.16% from 255) = 58.14%

 GREEN value IS 12 (5.08% from 255) = 27.91%

 BLUE value IS 6 (2.73% from 255) = 13.95%

R = 58.14%
G = 27.91%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.90

RGB Variations

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

Color information

#190C06 (or 0x190C06) is known color: Black. HEX triplet: 19, 0C and 06. RGB value is (25,12,6). Sum of RGB (Red+Green+Blue) = 25+12+6=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C06 is #E6F3F9. Grayscale: #0F0F0F. Windows color (decimal): -15135738 or 396313. OLE color: 396313.

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

Color convert

RGB 25 12 6 -
CMYK 0 0.52 0.76 0.90
HSL 18.95º 0.61% 0.06% -
HSV(B) 18.95º 0.76% 0.1% -
XYZ 0.57 0.48 0.24 -
YUV 15.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 25 12 6 0 0.52 0.76 0.90 18.95 0.61 0.06
Hex 19 C 6 0 34 4C 5A 13 3D 6
Octal 31 14 6 0 64 114 132 23 75 6
Binary 11001 1100 110 0 110100 1001100 1011010 10011 111101 110

Color Harmonies of #190C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C06

Black with #190C06

Text Example


Text Example

White with #190C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #190C06;
 }
 .AnyTagClassName
 {
   color: #190C06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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