Html Css Color HEX #110C07 Black

📋 copy color: '#110C07'

red 17 ◦ green 12 ◦ blue 7

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

Shades of Black #110C07

Tints of Black #110C07

RGB

 RED value IS 17 (7.03% from 255) = 47.22%

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

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

R = 47.22%
G = 33.33%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#110C07 (or 0x110C07) is known color: Black. HEX triplet: 11, 0C and 07. RGB value is (17,12,7). Sum of RGB (Red+Green+Blue) = 17+12+7=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C07 is #EEF3F8. Grayscale: #0C0C0C. Windows color (decimal): -15660025 or 461841. OLE color: 461841.

HSL color Cylindrical-coordinate representation of color #110C07: hue angle of 30º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #110C07 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 12 7 -
CMYK 0 0.29 0.59 0.93
HSL 30º 0.42% 0.05% -
HSV(B) 30º 0.59% 0.07% -
XYZ 0.4 0.4 0.26 -
YUV 12.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 17 12 7 0 0.29 0.59 0.93 30 0.42 0.05
Hex 11 C 7 0 1D 3B 5D 1E 2A 5
Octal 21 14 7 0 35 73 135 36 52 5
Binary 10001 1100 111 0 11101 111011 1011101 11110 101010 101

Color Harmonies of #110C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C07

Black with #110C07

Text Example


Text Example

White with #110C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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