#16001F

Color #16001F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #16001F

Tints of Blackcurrant #16001F

Color information

#16001F (or 0x16001F) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 1F. RGB value is (22,0,31). Sum of RGB (Red+Green+Blue) = 22+0+31=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #16001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16001F is #E9FFE0. Grayscale: #0A0A0A. Windows color (decimal): -15335393 or 2031638. OLE color: 2031638.

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

Color convert

RGB22031-
CMYK0.29100.88
HSL282.58º100%6.08%-
HSV(B)282.58º100%12.16%-
XYZ0.580.271.32-
YUV10.11139.79136.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=41.51%
G=0%
B=58.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal220310.29100.88282.581006.08
Hex1601F1D6405811b646
Octal260373514401304331446
Binary10110011111111011100100010110001000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16001F;
 }
 .AnyTagClassName
 {
   color: #16001F;
 }
</style>
background-color css

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

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

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

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

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

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