#16012A

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

Shades of Blackcurrant #16012A

Tints of Blackcurrant #16012A

Color information

#16012A (or 0x16012A) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 2A. RGB value is (22,1,42). Sum of RGB (Red+Green+Blue) = 22+1+42=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #16012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16012A is #E9FED5. Grayscale: #0B0B0B. Windows color (decimal): -15335126 or 2752790. OLE color: 2752790.

HSL color Cylindrical-coordinate representation of color #16012A: hue angle of 270.73º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16012A is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22142-
CMYK0.480.9800.84
HSL270.73º95.35%8.43%-
HSV(B)270.73º97.62%16.47%-
XYZ0.760.362.22-
YUV11.95144.96135.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 42 (16.80% from 255) = 64.62%
R=33.85%
G=1.54%
B=64.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal221420.480.9800.84270.7395.358.43
Hex1612A306205410f5f8
Octal2615260142012441713710
Binary10110110101011000011000100101010010000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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