#32094C

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

Shades of Blackcurrant #32094C

Tints of Blackcurrant #32094C

Color information

#32094C (or 0x32094C) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 4C. RGB value is (50,9,76). Sum of RGB (Red+Green+Blue) = 50+9+76=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #32094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32094C is #CDF6B3. Grayscale: #1C1C1C. Windows color (decimal): -13498036 or 4983090. OLE color: 4983090.

HSL color Cylindrical-coordinate representation of color #32094C: hue angle of 276.72º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32094C is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB50976-
CMYK0.340.8800.70
HSL276.72º78.82%16.67%-
HSV(B)276.72º88.16%29.8%-
XYZ2.721.46.96-
YUV28.9154.58143.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 76 (30.08% from 255) = 56.30%
R=37.04%
G=6.67%
B=56.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal509760.340.8800.70276.7278.8216.67
Hex3294C22580461154f11
Octal621111442130010642511721
Binary11001010011001100100010101100001000110100010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,9,76); }

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

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

 a { background-color: rgb(50,9,76); }

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

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

 span { border-color: rgb(50,9,76); }

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