Html Css Color HEX #190504 Black

📋 copy color: '#190504'

red 25 ◦ green 5 ◦ blue 4

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

Shades of Black #190504

Tints of Black #190504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 14.71%

 BLUE value IS 4 (1.95% from 255) = 11.76%

R = 73.53%
G = 14.71%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.90

RGB Variations

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

Color information

#190504 (or 0x190504) is known color: Black. HEX triplet: 19, 05 and 04. RGB value is (25,5,4). Sum of RGB (Red+Green+Blue) = 25+5+4=34 (4% of max value = 765). Red value is 25 (10.16% from 255 or 73.53% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 25 - color contains mainly: red. Hex color #190504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190504 is #E6FAFB. Grayscale: #0A0A0A. Windows color (decimal): -15137532 or 263449. OLE color: 263449.

HSL color Cylindrical-coordinate representation of color #190504: hue angle of 2.86º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190504 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 5 4 -
CMYK 0 0.80 0.84 0.90
HSL 2.86º 0.72% 0.06% -
HSV(B) 2.86º 0.84% 0.1% -
XYZ 0.48 0.32 0.15 -
YUV 10.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 25 5 4 0 0.80 0.84 0.90 2.86 0.72 0.06
Hex 19 5 4 0 50 54 5A 3 48 6
Octal 31 5 4 0 120 124 132 3 110 6
Binary 11001 101 100 0 1010000 1010100 1011010 11 1001000 110

Color Harmonies of #190504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190504

Black with #190504

Text Example


Text Example

White with #190504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190504; }

 p { color: rgb(25,5,4); }

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

background-color css

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

 a { background-color: rgb(25,5,4); }

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

border-color css

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

 span { border-color: rgb(25,5,4); }

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