Html Css Color HEX #110802 Black

📋 copy color: '#110802'

red 17 ◦ green 8 ◦ blue 2

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

Shades of Black #110802

Tints of Black #110802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 29.63%

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

R = 62.96%
G = 29.63%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#110802 (or 0x110802) is known color: Black. HEX triplet: 11, 08 and 02. RGB value is (17,8,2). Sum of RGB (Red+Green+Blue) = 17+8+2=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110802 is #EEF7FD. Grayscale: #0A0A0A. Windows color (decimal): -15661054 or 133137. OLE color: 133137.

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

Color convert

RGB 17 8 2 -
CMYK 0 0.53 0.88 0.93
HSL 24º 0.79% 0.04% -
HSV(B) 24º 0.88% 0.07% -
XYZ 0.33 0.3 0.1 -
YUV 10.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 17 8 2 0 0.53 0.88 0.93 24 0.79 0.04
Hex 11 8 2 0 35 58 5D 18 4F 4
Octal 21 10 2 0 65 130 135 30 117 4
Binary 10001 1000 10 0 110101 1011000 1011101 11000 1001111 100

Color Harmonies of #110802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110802

Black with #110802

Text Example


Text Example

White with #110802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110802; }

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

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

background-color css

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

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

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

border-color css

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

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

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