Html Css Color HEX #190C00 Black

📋 copy color: '#190C00'

red 25 ◦ green 12 ◦ blue 0

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

Shades of Black #190C00

Tints of Black #190C00

RGB

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

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

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

R = 67.57%
G = 32.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#190C00 (or 0x190C00) is known color: Black. HEX triplet: 19, 0C and 00. RGB value is (25,12,0). Sum of RGB (Red+Green+Blue) = 25+12+0=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C00 is #E6F3FF. Grayscale: #0E0E0E. Windows color (decimal): -15135744 or 3097. OLE color: 3097.

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

Color convert

RGB 25 12 0 -
CMYK 0 0.52 1 0.90
HSL 28.8º 1% 0.05% -
HSV(B) 28.8º 1% 0.1% -
XYZ 0.53 0.47 0.06 -
YUV 14.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 25 12 0 0 0.52 1 0.90 28.8 1 0.05
Hex 19 C 0 0 34 64 5A 1D 64 5
Octal 31 14 0 0 64 144 132 35 144 5
Binary 11001 1100 0 0 110100 1100100 1011010 11101 1100100 101

Color Harmonies of #190C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C00

Black with #190C00

Text Example


Text Example

White with #190C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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