#16012F

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

Shades of Blackcurrant #16012F

Tints of Blackcurrant #16012F

Color information

#16012F (or 0x16012F) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 2F. RGB value is (22,1,47). Sum of RGB (Red+Green+Blue) = 22+1+47=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #16012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16012F is #E9FED0. Grayscale: #0C0C0C. Windows color (decimal): -15335121 or 3080470. OLE color: 3080470.

HSL color Cylindrical-coordinate representation of color #16012F: hue angle of 267.39º 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 #16012F is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB22147-
CMYK0.530.9800.82
HSL267.39º95.83%9.41%-
HSV(B)267.39º97.87%18.43%-
XYZ0.850.42.72-
YUV12.52147.46134.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.43%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 47 (18.75% from 255) = 67.14%
R=31.43%
G=1.43%
B=67.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal221470.530.9800.82267.3995.839.41
Hex1612F356205210b609
Octal2615765142012241314011
Binary10110110111111010111000100101001010000101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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