#10031C

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

Shades of Blackcurrant #10031C

Tints of Blackcurrant #10031C

Color information

#10031C (or 0x10031C) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 1C. RGB value is (16,3,28). Sum of RGB (Red+Green+Blue) = 16+3+28=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #10031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031C is #EFFCE3. Grayscale: #090909. Windows color (decimal): -15727844 or 1835792. OLE color: 1835792.

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

Color convert

RGB16328-
CMYK0.430.8900.89
HSL271.2º80.65%6.08%-
HSV(B)271.2º89.29%10.98%-
XYZ0.460.261.12-
YUV9.74138.31132.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=34.04%
G=6.38%
B=59.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal163280.430.8900.89271.280.656.08
Hex1031C2B5905910f516
Octal203345313101314171216
Binary1000011111001010111011001010110011000011111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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