Html Css Color HEX #190A00 Black

📋 copy color: '#190A00'

red 25 ◦ green 10 ◦ blue 0

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

Shades of Black #190A00

Tints of Black #190A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 28.57%

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

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#190A00 (or 0x190A00) is known color: Black. HEX triplet: 19, 0A and 00. RGB value is (25,10,0). Sum of RGB (Red+Green+Blue) = 25+10+0=35 (4% of max value = 765). Red value is 25 (10.16% from 255 or 71.43% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 25 - color contains mainly: red. Hex color #190A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A00 is #E6F5FF. Grayscale: #0D0D0D. Windows color (decimal): -15136256 or 2585. OLE color: 2585.

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

Color convert

RGB 25 10 0 -
CMYK 0 0.60 1 0.90
HSL 24º 1% 0.05% -
HSV(B) 24º 1% 0.1% -
XYZ 0.51 0.42 0.05 -
YUV 13.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 25 10 0 0 0.60 1 0.90 24 1 0.05
Hex 19 A 0 0 3C 64 5A 18 64 5
Octal 31 12 0 0 74 144 132 30 144 5
Binary 11001 1010 0 0 111100 1100100 1011010 11000 1100100 101

Color Harmonies of #190A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190A00

Black with #190A00

Text Example


Text Example

White with #190A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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