Html Css Color HEX #110502 Black

📋 copy color: '#110502'

red 17 ◦ green 5 ◦ blue 2

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

Shades of Black #110502

Tints of Black #110502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 20.83%

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

R = 70.83%
G = 20.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#110502 (or 0x110502) is known color: Black. HEX triplet: 11, 05 and 02. RGB value is (17,5,2). Sum of RGB (Red+Green+Blue) = 17+5+2=24 (3% of max value = 765). Red value is 17 (7.03% from 255 or 70.83% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 17 - color contains mainly: red. Hex color #110502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110502 is #EEFAFD. Grayscale: #080808. Windows color (decimal): -15661822 or 132369. OLE color: 132369.

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

Color convert

RGB 17 5 2 -
CMYK 0 0.71 0.88 0.93
HSL 12º 0.79% 0.04% -
HSV(B) 12º 0.88% 0.07% -
XYZ 0.3 0.23 0.09 -
YUV 8.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 17 5 2 0 0.71 0.88 0.93 12 0.79 0.04
Hex 11 5 2 0 47 58 5D C 4F 4
Octal 21 5 2 0 107 130 135 14 117 4
Binary 10001 101 10 0 1000111 1011000 1011101 1100 1001111 100

Color Harmonies of #110502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110502

Black with #110502

Text Example


Text Example

White with #110502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110502; }

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

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

background-color css

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

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

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

border-color css

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

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

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