Html Css Color HEX #16011D Blackcurrant

📋 copy color: '#16011D'

red 22 ◦ green 1 ◦ blue 29

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

Shades of Blackcurrant #16011D

Tints of Blackcurrant #16011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.92%

 BLUE value IS 29 (11.72% from 255) = 55.77%

R = 42.31%
G = 1.92%
B = 55.77%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#16011D (or 0x16011D) is known color: Blackcurrant. HEX triplet: 16, 01 and 1D. RGB value is (22,1,29). Sum of RGB (Red+Green+Blue) = 22+1+29=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #16011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011D is #E9FEE2. Grayscale: #0A0A0A. Windows color (decimal): -15335139 or 1900822. OLE color: 1900822.

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

Color convert

RGB 22 1 29 -
CMYK 0.24 0.97 0 0.89
HSL 285º 0.93% 0.06% -
HSV(B) 285º 0.97% 0.11% -
XYZ 0.56 0.28 1.19 -
YUV 10.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 22 1 29 0.24 0.97 0 0.89 285 0.93 0.06
Hex 16 1 1D 18 61 0 59 11D 5D 6
Octal 26 1 35 30 141 0 131 435 135 6
Binary 10110 1 11101 11000 1100001 0 1011001 100011101 1011101 110

Color Harmonies of #16011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16011D

Black with #16011D

Text Example


Text Example

White with #16011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16011D; }

 p { color: rgb(22,1,29); }

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

background-color css

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

 a { background-color: rgb(22,1,29); }

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

border-color css

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

 span { border-color: rgb(22,1,29); }

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