Html Css Color HEX #190C07 Black

📋 copy color: '#190C07'

red 25 ◦ green 12 ◦ blue 7

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

Shades of Black #190C07

Tints of Black #190C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 15.91%

R = 56.82%
G = 27.27%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.90

RGB Variations

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

Color information

#190C07 (or 0x190C07) is known color: Black. HEX triplet: 19, 0C and 07. RGB value is (25,12,7). Sum of RGB (Red+Green+Blue) = 25+12+7=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #190C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C07 is #E6F3F8. Grayscale: #0F0F0F. Windows color (decimal): -15135737 or 461849. OLE color: 461849.

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

Color convert

RGB 25 12 7 -
CMYK 0 0.52 0.72 0.90
HSL 16.67º 0.56% 0.06% -
HSV(B) 16.67º 0.72% 0.1% -
XYZ 0.57 0.48 0.26 -
YUV 15.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 25 12 7 0 0.52 0.72 0.90 16.67 0.56 0.06
Hex 19 C 7 0 34 48 5A 11 38 6
Octal 31 14 7 0 64 110 132 21 70 6
Binary 11001 1100 111 0 110100 1001000 1011010 10001 111000 110

Color Harmonies of #190C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190C07

Black with #190C07

Text Example


Text Example

White with #190C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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