Html Css Color HEX #110F0F Black

📋 copy color: '#110F0F'

red 17 ◦ green 15 ◦ blue 15

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

Shades of Black #110F0F

Tints of Black #110F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 31.91%

 BLUE value IS 15 (6.25% from 255) = 31.91%

R = 36.17%
G = 31.91%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#110F0F (or 0x110F0F) is known color: Black. HEX triplet: 11, 0F and 0F. RGB value is (17,15,15). Sum of RGB (Red+Green+Blue) = 17+15+15=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0F is #EEF0F0. Grayscale: #0F0F0F. Windows color (decimal): -15659249 or 986897. OLE color: 986897.

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

Color convert

RGB 17 15 15 -
CMYK 0 0.12 0.12 0.93
HSL 0.06% 0.06% -
HSV(B) 0.12% 0.07% -
XYZ 0.49 0.5 0.52 -
YUV 15.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 17 15 15 0 0.12 0.12 0.93 0 0.06 0.06
Hex 11 F F 0 C C 5D 0 6 6
Octal 21 17 17 0 14 14 135 0 6 6
Binary 10001 1111 1111 0 1100 1100 1011101 0 110 110

Color Harmonies of #110F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F0F

Black with #110F0F

Text Example


Text Example

White with #110F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,15,15); }

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

background-color css

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

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

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

border-color css

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

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

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