Html Css Color HEX #110300 Black

📋 copy color: '#110300'

red 17 ◦ green 3 ◦ blue 0

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

Shades of Black #110300

Tints of Black #110300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 15%

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

R = 85%
G = 15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#110300 (or 0x110300) is known color: Black. HEX triplet: 11, 03 and 00. RGB value is (17,3,0). Sum of RGB (Red+Green+Blue) = 17+3+0=20 (2% of max value = 765). Red value is 17 (7.03% from 255 or 85% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 17 - color contains mainly: red. Hex color #110300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110300 is #EEFCFF. Grayscale: #060606. Windows color (decimal): -15662336 or 785. OLE color: 785.

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

Color convert

RGB 17 3 0 -
CMYK 0 0.82 1 0.93
HSL 10.59º 1% 0.03% -
HSV(B) 10.59º 1% 0.07% -
XYZ 0.26 0.18 0.02 -
YUV 6.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 17 3 0 0 0.82 1 0.93 10.59 1 0.03
Hex 11 3 0 0 52 64 5D B 64 3
Octal 21 3 0 0 122 144 135 13 144 3
Binary 10001 11 0 0 1010010 1100100 1011101 1011 1100100 11

Color Harmonies of #110300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110300

Black with #110300

Text Example


Text Example

White with #110300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110300; }

 p { color: rgb(17,3,0); }

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

background-color css

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

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

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

border-color css

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

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

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