#32094E

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

Shades of Blackcurrant #32094E

Tints of Blackcurrant #32094E

Color information

#32094E (or 0x32094E) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 4E. RGB value is (50,9,78). Sum of RGB (Red+Green+Blue) = 50+9+78=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #32094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32094E is #CDF6B1. Grayscale: #1C1C1C. Windows color (decimal): -13498034 or 5114162. OLE color: 5114162.

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

Color convert

RGB50978-
CMYK0.360.8800.69
HSL275.65º79.31%17.06%-
HSV(B)275.65º88.46%30.59%-
XYZ2.791.427.34-
YUV29.12155.58142.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 78 (30.86% from 255) = 56.93%
R=36.50%
G=6.57%
B=56.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal509780.360.8800.69275.6579.3117.06
Hex3294E24580451144f11
Octal621111644130010542411721
Binary11001010011001110100100101100001000101100010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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