Html Css Color HEX #16111C Blackcurrant

📋 copy color: '#16111C'

red 22 ◦ green 17 ◦ blue 28

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

Shades of Blackcurrant #16111C

Tints of Blackcurrant #16111C

RGB

 RED value IS 22 (8.98% from 255) = 32.84%

 GREEN value IS 17 (7.03% from 255) = 25.37%

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 32.84%
G = 25.37%
B = 41.79%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#16111C (or 0x16111C) is known color: Blackcurrant. HEX triplet: 16, 11 and 1C. RGB value is (22,17,28). Sum of RGB (Red+Green+Blue) = 22+17+28=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #16111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16111C is #E9EEE3. Grayscale: #131313. Windows color (decimal): -15331044 or 1839382. OLE color: 1839382.

HSL color Cylindrical-coordinate representation of color #16111C: hue angle of 267.27º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #16111C is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 22 17 28 -
CMYK 0.21 0.39 0 0.89
HSL 267.27º 0.24% 0.09% -
HSV(B) 267.27º 0.39% 0.11% -
XYZ 0.74 0.66 1.19 -
YUV 19.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 22 17 28 0.21 0.39 0 0.89 267.27 0.24 0.09
Hex 16 11 1C 15 27 0 59 10B 18 9
Octal 26 21 34 25 47 0 131 413 30 11
Binary 10110 10001 11100 10101 100111 0 1011001 100001011 11000 1001

Color Harmonies of #16111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16111C

Black with #16111C

Text Example


Text Example

White with #16111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16111C; }

 p { color: rgb(22,17,28); }

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

background-color css

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

 a { background-color: rgb(22,17,28); }

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

border-color css

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

 span { border-color: rgb(22,17,28); }

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