#10032C

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

Shades of Blackcurrant #10032C

Tints of Blackcurrant #10032C

Color information

#10032C (or 0x10032C) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 2C. RGB value is (16,3,44). Sum of RGB (Red+Green+Blue) = 16+3+44=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #10032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032C is #EFFCD3. Grayscale: #0B0B0B. Windows color (decimal): -15727828 or 2884368. OLE color: 2884368.

HSL color Cylindrical-coordinate representation of color #10032C: hue angle of 259.02º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10032C is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB16344-
CMYK0.640.9300.83
HSL259.02º87.23%9.22%-
HSV(B)259.02º93.18%17.25%-
XYZ0.70.362.41-
YUV11.56146.31131.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 44 (17.58% from 255) = 69.84%
R=25.40%
G=4.76%
B=69.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal163440.640.9300.83259.0287.239.22
Hex1032C405D053103579
Octal20354100135012340312711
Binary1000011101100100000010111010101001110000001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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