#16052B

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

Shades of Blackcurrant #16052B

Tints of Blackcurrant #16052B

Color information

#16052B (or 0x16052B) is unknown color: approx Blackcurrant. HEX triplet: 16, 05 and 2B. RGB value is (22,5,43). Sum of RGB (Red+Green+Blue) = 22+5+43=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #16052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16052B is #E9FAD4. Grayscale: #0E0E0E. Windows color (decimal): -15334101 or 2819350. OLE color: 2819350.

HSL color Cylindrical-coordinate representation of color #16052B: hue angle of 266.84º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16052B is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB22543-
CMYK0.490.8800.83
HSL266.84º79.17%9.41%-
HSV(B)266.84º88.37%16.86%-
XYZ0.820.452.33-
YUV14.42144.13133.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.43%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 43 (17.19% from 255) = 61.43%
R=31.43%
G=7.14%
B=61.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal225430.490.8800.83266.8479.179.41
Hex1652B315805310b4f9
Octal2655361130012341311711
Binary1011010110101111000110110000101001110000101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16052B; }

 p { color: rgb(22,5,43); }

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

<style>
 a { background-color: #16052B; }

 a { background-color: rgb(22,5,43); }

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

<style>
 span { border-color: #16052B; }

 span { border-color: rgb(22,5,43); }

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