Html Css Color HEX #110602 Black

📋 copy color: '#110602'

red 17 ◦ green 6 ◦ blue 2

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

Shades of Black #110602

Tints of Black #110602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 24%

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

R = 68%
G = 24%
B = 8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#110602 (or 0x110602) is known color: Black. HEX triplet: 11, 06 and 02. RGB value is (17,6,2). Sum of RGB (Red+Green+Blue) = 17+6+2=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110602 is #EEF9FD. Grayscale: #080808. Windows color (decimal): -15661566 or 132625. OLE color: 132625.

HSL color Cylindrical-coordinate representation of color #110602: hue angle of 16º 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 #110602 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 6 2 -
CMYK 0 0.65 0.88 0.93
HSL 16º 0.79% 0.04% -
HSV(B) 16º 0.88% 0.07% -
XYZ 0.31 0.25 0.09 -
YUV 8.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 17 6 2 0 0.65 0.88 0.93 16 0.79 0.04
Hex 11 6 2 0 41 58 5D 10 4F 4
Octal 21 6 2 0 101 130 135 20 117 4
Binary 10001 110 10 0 1000001 1011000 1011101 10000 1001111 100

Color Harmonies of #110602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110602

Black with #110602

Text Example


Text Example

White with #110602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110602; }

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

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

background-color css

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

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

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

border-color css

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

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

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