Html Css Color HEX #190B00 Black

📋 copy color: '#190B00'

red 25 ◦ green 11 ◦ blue 0

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

Shades of Black #190B00

Tints of Black #190B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 30.56%

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

R = 69.44%
G = 30.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#190B00 (or 0x190B00) is known color: Black. HEX triplet: 19, 0B and 00. RGB value is (25,11,0). Sum of RGB (Red+Green+Blue) = 25+11+0=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B00 is #E6F4FF. Grayscale: #0D0D0D. Windows color (decimal): -15136000 or 2841. OLE color: 2841.

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

Color convert

RGB 25 11 0 -
CMYK 0 0.56 1 0.90
HSL 26.4º 1% 0.05% -
HSV(B) 26.4º 1% 0.1% -
XYZ 0.52 0.45 0.06 -
YUV 13.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 25 11 0 0 0.56 1 0.90 26.4 1 0.05
Hex 19 B 0 0 38 64 5A 1A 64 5
Octal 31 13 0 0 70 144 132 32 144 5
Binary 11001 1011 0 0 111000 1100100 1011010 11010 1100100 101

Color Harmonies of #190B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B00

Black with #190B00

Text Example


Text Example

White with #190B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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