Html Css Color HEX #190C05 Black

📋 copy color: '#190C05'

red 25 ◦ green 12 ◦ blue 5

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

Shades of Black #190C05

Tints of Black #190C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 28.57%

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

R = 59.52%
G = 28.57%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.90

RGB Variations

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

Color information

#190C05 (or 0x190C05) is known color: Black. HEX triplet: 19, 0C and 05. RGB value is (25,12,5). Sum of RGB (Red+Green+Blue) = 25+12+5=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #190C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C05 is #E6F3FA. Grayscale: #0F0F0F. Windows color (decimal): -15135739 or 330777. OLE color: 330777.

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

Color convert

RGB 25 12 5 -
CMYK 0 0.52 0.80 0.90
HSL 21º 0.67% 0.06% -
HSV(B) 21º 0.8% 0.1% -
XYZ 0.56 0.48 0.21 -
YUV 15.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 25 12 5 0 0.52 0.80 0.90 21 0.67 0.06
Hex 19 C 5 0 34 50 5A 15 43 6
Octal 31 14 5 0 64 120 132 25 103 6
Binary 11001 1100 101 0 110100 1010000 1011010 10101 1000011 110

Color Harmonies of #190C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C05

Black with #190C05

Text Example


Text Example

White with #190C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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