#16012D

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

Shades of Blackcurrant #16012D

Tints of Blackcurrant #16012D

Color information

#16012D (or 0x16012D) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 2D. RGB value is (22,1,45). Sum of RGB (Red+Green+Blue) = 22+1+45=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #16012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16012D is #E9FED2. Grayscale: #0C0C0C. Windows color (decimal): -15335123 or 2949398. OLE color: 2949398.

HSL color Cylindrical-coordinate representation of color #16012D: hue angle of 268.64º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16012D is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB22145-
CMYK0.510.9800.82
HSL268.64º95.65%9.02%-
HSV(B)268.64º97.78%17.65%-
XYZ0.820.382.51-
YUV12.29146.46134.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.35%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 45 (17.97% from 255) = 66.18%
R=32.35%
G=1.47%
B=66.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal221450.510.9800.82268.6495.659.02
Hex1612D336205210d609
Octal2615563142012241514011
Binary10110110110111001111000100101001010000110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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