Html Css Color HEX #110702 Black

📋 copy color: '#110702'

red 17 ◦ green 7 ◦ blue 2

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

Shades of Black #110702

Tints of Black #110702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 26.92%

 BLUE value IS 2 (1.17% from 255) = 7.69%

R = 65.38%
G = 26.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#110702 (or 0x110702) is known color: Black. HEX triplet: 11, 07 and 02. RGB value is (17,7,2). Sum of RGB (Red+Green+Blue) = 17+7+2=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110702 is #EEF8FD. Grayscale: #090909. Windows color (decimal): -15661310 or 132881. OLE color: 132881.

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

Color convert

RGB 17 7 2 -
CMYK 0 0.59 0.88 0.93
HSL 20º 0.79% 0.04% -
HSV(B) 20º 0.88% 0.07% -
XYZ 0.32 0.28 0.09 -
YUV 9.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 17 7 2 0 0.59 0.88 0.93 20 0.79 0.04
Hex 11 7 2 0 3B 58 5D 14 4F 4
Octal 21 7 2 0 73 130 135 24 117 4
Binary 10001 111 10 0 111011 1011000 1011101 10100 1001111 100

Color Harmonies of #110702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110702

Black with #110702

Text Example


Text Example

White with #110702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110702; }

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

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

background-color css

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

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

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

border-color css

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

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

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