#10091C

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

Shades of Blackcurrant #10091C

Tints of Blackcurrant #10091C

Color information

#10091C (or 0x10091C) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 1C. RGB value is (16,9,28). Sum of RGB (Red+Green+Blue) = 16+9+28=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #10091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10091C is #EFF6E3. Grayscale: #0D0D0D. Windows color (decimal): -15726308 or 1837328. OLE color: 1837328.

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

Color convert

RGB16928-
CMYK0.430.6800.89
HSL262.11º51.35%7.25%-
HSV(B)262.11º67.86%10.98%-
XYZ0.520.391.15-
YUV13.26136.32129.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=30.19%
G=16.98%
B=52.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal169280.430.6800.89262.1151.357.25
Hex1091C2B44059106337
Octal201134531040131406637
Binary10000100111100101011100010001011001100000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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