#10091D

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

Shades of Blackcurrant #10091D

Tints of Blackcurrant #10091D

Color information

#10091D (or 0x10091D) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 1D. RGB value is (16,9,29). Sum of RGB (Red+Green+Blue) = 16+9+29=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #10091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10091D is #EFF6E2. Grayscale: #0D0D0D. Windows color (decimal): -15726307 or 1902864. OLE color: 1902864.

HSL color Cylindrical-coordinate representation of color #10091D: hue angle of 261º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10091D is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB16929-
CMYK0.450.6900.89
HSL261º52.63%7.45%-
HSV(B)261º68.97%11.37%-
XYZ0.530.391.21-
YUV13.37136.82129.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.63%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=29.63%
G=16.67%
B=53.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal169290.450.6900.8926152.637.45
Hex1091D2D45059105357
Octal201135551050131405657
Binary10000100111101101101100010101011001100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,9,29); }

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

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

 a { background-color: rgb(16,9,29); }

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

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

 span { border-color: rgb(16,9,29); }

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