#32094D

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

Shades of Blackcurrant #32094D

Tints of Blackcurrant #32094D

Color information

#32094D (or 0x32094D) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 4D. RGB value is (50,9,77). Sum of RGB (Red+Green+Blue) = 50+9+77=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #32094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32094D is #CDF6B2. Grayscale: #1C1C1C. Windows color (decimal): -13498035 or 5048626. OLE color: 5048626.

HSL color Cylindrical-coordinate representation of color #32094D: hue angle of 276.18º 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 #32094D is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB50977-
CMYK0.350.8800.70
HSL276.18º79.07%16.86%-
HSV(B)276.18º88.31%30.2%-
XYZ2.751.417.15-
YUV29.01155.08142.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=36.76%
G=6.62%
B=56.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal509770.350.8800.70276.1879.0716.86
Hex3294D23580461144f11
Octal621111543130010642411721
Binary11001010011001101100011101100001000110100010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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