Html Css Color HEX #16011F Blackcurrant

📋 copy color: '#16011F'

red 22 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #16011F

Tints of Blackcurrant #16011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 57.41%

R = 40.74%
G = 1.85%
B = 57.41%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#16011F (or 0x16011F) is known color: Blackcurrant. HEX triplet: 16, 01 and 1F. RGB value is (22,1,31). Sum of RGB (Red+Green+Blue) = 22+1+31=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #16011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011F is #E9FEE0. Grayscale: #0A0A0A. Windows color (decimal): -15335137 or 2031894. OLE color: 2031894.

HSL color Cylindrical-coordinate representation of color #16011F: hue angle of 282º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16011F is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 22 1 31 -
CMYK 0.29 0.97 0 0.88
HSL 282º 0.94% 0.06% -
HSV(B) 282º 0.97% 0.12% -
XYZ 0.59 0.29 1.32 -
YUV 10.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 22 1 31 0.29 0.97 0 0.88 282 0.94 0.06
Hex 16 1 1F 1D 61 0 58 11A 5E 6
Octal 26 1 37 35 141 0 130 432 136 6
Binary 10110 1 11111 11101 1100001 0 1011000 100011010 1011110 110

Color Harmonies of #16011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16011F

Black with #16011F

Text Example


Text Example

White with #16011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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