#10032A

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

Shades of Blackcurrant #10032A

Tints of Blackcurrant #10032A

Color information

#10032A (or 0x10032A) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 2A. RGB value is (16,3,42). Sum of RGB (Red+Green+Blue) = 16+3+42=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 42 (16.80% from 255 or 68.85% from 61); Max value from RGB is 42 - color contains mainly: blue. Hex color #10032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032A is #EFFCD5. Grayscale: #0B0B0B. Windows color (decimal): -15727830 or 2753296. OLE color: 2753296.

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

Color convert

RGB16342-
CMYK0.620.9300.84
HSL260º86.67%8.82%-
HSV(B)260º92.86%16.47%-
XYZ0.660.342.22-
YUV11.33145.31131.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.23%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 42 (16.80% from 255) = 68.85%
R=26.23%
G=4.92%
B=68.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal163420.620.9300.8426086.678.82
Hex1032A3E5D054104579
Octal2035276135012440412711
Binary100001110101011111010111010101010010000010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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