Html Css Color HEX #190601 Black

📋 copy color: '#190601'

red 25 ◦ green 6 ◦ blue 1

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

Shades of Black #190601

Tints of Black #190601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 3.13%

R = 78.13%
G = 18.75%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#190601 (or 0x190601) is known color: Black. HEX triplet: 19, 06 and 01. RGB value is (25,6,1). Sum of RGB (Red+Green+Blue) = 25+6+1=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190601 is #E6F9FE. Grayscale: #0B0B0B. Windows color (decimal): -15137279 or 67097. OLE color: 67097.

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

Color convert

RGB 25 6 1 -
CMYK 0 0.76 0.96 0.90
HSL 12.5º 0.92% 0.05% -
HSV(B) 12.5º 0.96% 0.1% -
XYZ 0.47 0.34 0.07 -
YUV 11.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 25 6 1 0 0.76 0.96 0.90 12.5 0.92 0.05
Hex 19 6 1 0 4C 60 5A C 5C 5
Octal 31 6 1 0 114 140 132 14 134 5
Binary 11001 110 1 0 1001100 1100000 1011010 1100 1011100 101

Color Harmonies of #190601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190601

Black with #190601

Text Example


Text Example

White with #190601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190601; }

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

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

background-color css

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

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

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

border-color css

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

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

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