#10011E

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

Shades of Blackcurrant #10011E

Tints of Blackcurrant #10011E

Color information

#10011E (or 0x10011E) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 1E. RGB value is (16,1,30). Sum of RGB (Red+Green+Blue) = 16+1+30=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #10011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10011E is #EFFEE1. Grayscale: #080808. Windows color (decimal): -15728354 or 1966352. OLE color: 1966352.

HSL color Cylindrical-coordinate representation of color #10011E: hue angle of 271.03º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10011E is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB16130-
CMYK0.470.9700.88
HSL271.03º93.55%6.08%-
HSV(B)271.03º96.67%11.76%-
XYZ0.460.231.25-
YUV8.79139.97133.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 30 (12.11% from 255) = 63.83%
R=34.04%
G=2.13%
B=63.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal161300.470.9700.88271.0393.556.08
Hex1011E2F6105810f5e6
Octal201365714101304171366
Binary100001111101011111100001010110001000011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10011E; }

 p { color: rgb(16,1,30); }

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

<style>
 a { background-color: #10011E; }

 a { background-color: rgb(16,1,30); }

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

<style>
 span { border-color: #10011E; }

 span { border-color: rgb(16,1,30); }

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