Html Css Color HEX #111012 Blackcurrant

📋 copy color: '#111012'

red 17 ◦ green 16 ◦ blue 18

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

Shades of Blackcurrant #111012

Tints of Blackcurrant #111012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 31.37%

 BLUE value IS 18 (7.42% from 255) = 35.29%

R = 33.33%
G = 31.37%
B = 35.29%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#111012 (or 0x111012) is known color: Blackcurrant. HEX triplet: 11, 10 and 12. RGB value is (17,16,18). Sum of RGB (Red+Green+Blue) = 17+16+18=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 18 - color contains mainly: blue. Hex color #111012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111012 is #EEEFED. Grayscale: #101010. Windows color (decimal): -15658990 or 1183761. OLE color: 1183761.

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

Color convert

RGB 17 16 18 -
CMYK 0.06 0.11 0 0.93
HSL 270º 0.06% 0.07% -
HSV(B) 270º 0.11% 0.07% -
XYZ 0.53 0.53 0.65 -
YUV 16.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 17 16 18 0.06 0.11 0 0.93 270 0.06 0.07
Hex 11 10 12 6 B 0 5D 10E 6 7
Octal 21 20 22 6 13 0 135 416 6 7
Binary 10001 10000 10010 110 1011 0 1011101 100001110 110 111

Color Harmonies of #111012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111012

Black with #111012

Text Example


Text Example

White with #111012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111012; }

 p { color: rgb(17,16,18); }

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

background-color css

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

 a { background-color: rgb(17,16,18); }

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

border-color css

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

 span { border-color: rgb(17,16,18); }

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