#10032E

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

Shades of Blackcurrant #10032E

Tints of Blackcurrant #10032E

Color information

#10032E (or 0x10032E) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 2E. RGB value is (16,3,46). Sum of RGB (Red+Green+Blue) = 16+3+46=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #10032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032E is #EFFCD1. Grayscale: #0B0B0B. Windows color (decimal): -15727826 or 3015440. OLE color: 3015440.

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

Color convert

RGB16346-
CMYK0.650.9300.82
HSL258.14º87.76%9.61%-
HSV(B)258.14º93.48%18.04%-
XYZ0.740.372.62-
YUV11.79147.31131-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 46 (18.36% from 255) = 70.77%
R=24.62%
G=4.62%
B=70.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal163460.650.9300.82258.1487.769.61
Hex1032E415D05210258a
Octal20356101135012240213012
Binary1000011101110100000110111010101001010000001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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