Html Css Color HEX #190B05 Black

📋 copy color: '#190B05'

red 25 ◦ green 11 ◦ blue 5

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

Shades of Black #190B05

Tints of Black #190B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 12.2%

R = 60.98%
G = 26.83%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.90

RGB Variations

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

Color information

#190B05 (or 0x190B05) is known color: Black. HEX triplet: 19, 0B and 05. RGB value is (25,11,5). Sum of RGB (Red+Green+Blue) = 25+11+5=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #190B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B05 is #E6F4FA. Grayscale: #0E0E0E. Windows color (decimal): -15135995 or 330521. OLE color: 330521.

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

Color convert

RGB 25 11 5 -
CMYK 0 0.56 0.80 0.90
HSL 18º 0.67% 0.06% -
HSV(B) 18º 0.8% 0.1% -
XYZ 0.55 0.46 0.2 -
YUV 14.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 25 11 5 0 0.56 0.80 0.90 18 0.67 0.06
Hex 19 B 5 0 38 50 5A 12 43 6
Octal 31 13 5 0 70 120 132 22 103 6
Binary 11001 1011 101 0 111000 1010000 1011010 10010 1000011 110

Color Harmonies of #190B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B05

Black with #190B05

Text Example


Text Example

White with #190B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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