#10032F

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

Shades of Blackcurrant #10032F

Tints of Blackcurrant #10032F

Color information

#10032F (or 0x10032F) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 2F. RGB value is (16,3,47). Sum of RGB (Red+Green+Blue) = 16+3+47=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #10032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032F is #EFFCD0. Grayscale: #0B0B0B. Windows color (decimal): -15727825 or 3080976. OLE color: 3080976.

HSL color Cylindrical-coordinate representation of color #10032F: hue angle of 257.73º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10032F is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB16347-
CMYK0.660.9400.82
HSL257.73º88%9.8%-
HSV(B)257.73º93.62%18.43%-
XYZ0.760.382.72-
YUV11.9147.81130.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=24.24%
G=4.55%
B=71.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal163470.660.9400.82257.73889.8
Hex1032F425E05210258a
Octal20357102136012240213012
Binary1000011101111100001010111100101001010000001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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