#100032

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

Shades of Blackcurrant #100032

Tints of Blackcurrant #100032

Color information

#100032 (or 0x100032) is unknown color: approx Blackcurrant. HEX triplet: 10, 00 and 32. RGB value is (16,0,50). Sum of RGB (Red+Green+Blue) = 16+0+50=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #100032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100032 is #EFFFCD. Grayscale: #0A0A0A. Windows color (decimal): -15728590 or 3276816. OLE color: 3276816.

HSL color Cylindrical-coordinate representation of color #100032: hue angle of 259.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100032 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB16050-
CMYK0.68100.80
HSL259.2º100%9.8%-
HSV(B)259.2º100%19.61%-
XYZ0.790.343.04-
YUV10.48150.3131.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 75.76%
R=24.24%
G=0%
B=75.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal160500.68100.80259.21009.8
Hex10032446405010364a
Octal20062104144012040314412
Binary100000110010100010011001000101000010000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100032; }

 p { color: rgb(16,0,50); }

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

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

 a { background-color: rgb(16,0,50); }

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

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

 span { border-color: rgb(16,0,50); }

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