#16092D

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

Shades of Blackcurrant #16092D

Tints of Blackcurrant #16092D

Color information

#16092D (or 0x16092D) is unknown color: approx Blackcurrant. HEX triplet: 16, 09 and 2D. RGB value is (22,9,45). Sum of RGB (Red+Green+Blue) = 22+9+45=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #16092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16092D is #E9F6D2. Grayscale: #101010. Windows color (decimal): -15333075 or 2951446. OLE color: 2951446.

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

Color convert

RGB22945-
CMYK0.510.800.82
HSL261.67º66.67%10.59%-
HSV(B)261.67º80%17.65%-
XYZ0.90.562.54-
YUV16.99143.81131.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=28.95%
G=11.84%
B=59.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal229450.510.800.82261.6766.6710.59
Hex1692D335005210643b
Octal26115563120012240610313
Binary10110100110110111001110100000101001010000011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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