Html Css Color HEX #190600 Black

📋 copy color: '#190600'

red 25 ◦ green 6 ◦ blue 0

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

Shades of Black #190600

Tints of Black #190600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 19.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.65%
G = 19.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#190600 (or 0x190600) is known color: Black. HEX triplet: 19, 06 and 00. RGB value is (25,6,0). Sum of RGB (Red+Green+Blue) = 25+6+0=31 (4% of max value = 765). Red value is 25 (10.16% from 255 or 80.65% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 25 - color contains mainly: red. Hex color #190600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190600 is #E6F9FF. Grayscale: #0B0B0B. Windows color (decimal): -15137280 or 1561. OLE color: 1561.

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

Color convert

RGB 25 6 0 -
CMYK 0 0.76 1 0.90
HSL 14.4º 1% 0.05% -
HSV(B) 14.4º 1% 0.1% -
XYZ 0.47 0.34 0.04 -
YUV 11 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 25 6 0 0 0.76 1 0.90 14.4 1 0.05
Hex 19 6 0 0 4C 64 5A E 64 5
Octal 31 6 0 0 114 144 132 16 144 5
Binary 11001 110 0 0 1001100 1100100 1011010 1110 1100100 101

Color Harmonies of #190600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190600

Black with #190600

Text Example


Text Example

White with #190600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190600; }

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

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

background-color css

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

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

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

border-color css

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

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

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