#10031E

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

Shades of Blackcurrant #10031E

Tints of Blackcurrant #10031E

Color information

#10031E (or 0x10031E) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 1E. RGB value is (16,3,30). Sum of RGB (Red+Green+Blue) = 16+3+30=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #10031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031E is #EFFCE1. Grayscale: #090909. Windows color (decimal): -15727842 or 1966864. OLE color: 1966864.

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

Color convert

RGB16330-
CMYK0.470.9000.88
HSL268.89º81.82%6.47%-
HSV(B)268.89º90%11.76%-
XYZ0.480.271.25-
YUV9.96139.31132.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 30 (12.11% from 255) = 61.22%
R=32.65%
G=6.12%
B=61.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal163300.470.9000.88268.8981.826.47
Hex1031E2F5A05810d526
Octal203365713201304151226
Binary1000011111101011111011010010110001000011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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