Html Css Color HEX #110B04 Black

📋 copy color: '#110B04'

red 17 ◦ green 11 ◦ blue 4

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

Shades of Black #110B04

Tints of Black #110B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 34.38%

 BLUE value IS 4 (1.95% from 255) = 12.5%

R = 53.13%
G = 34.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#110B04 (or 0x110B04) is known color: Black. HEX triplet: 11, 0B and 04. RGB value is (17,11,4). Sum of RGB (Red+Green+Blue) = 17+11+4=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B04 is #EEF4FB. Grayscale: #0C0C0C. Windows color (decimal): -15660284 or 264977. OLE color: 264977.

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

Color convert

RGB 17 11 4 -
CMYK 0 0.35 0.76 0.93
HSL 32.31º 0.62% 0.04% -
HSV(B) 32.31º 0.76% 0.07% -
XYZ 0.37 0.37 0.17 -
YUV 12 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 17 11 4 0 0.35 0.76 0.93 32.31 0.62 0.04
Hex 11 B 4 0 23 4C 5D 20 3E 4
Octal 21 13 4 0 43 114 135 40 76 4
Binary 10001 1011 100 0 100011 1001100 1011101 100000 111110 100

Color Harmonies of #110B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B04

Black with #110B04

Text Example


Text Example

White with #110B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,11,4); }

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

background-color css

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

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

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

border-color css

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

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

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