#32093A

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

Shades of Blackcurrant #32093A

Tints of Blackcurrant #32093A

Color information

#32093A (or 0x32093A) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 3A. RGB value is (50,9,58). Sum of RGB (Red+Green+Blue) = 50+9+58=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #32093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32093A is #CDF6C5. Grayscale: #1A1A1A. Windows color (decimal): -13498054 or 3803442. OLE color: 3803442.

HSL color Cylindrical-coordinate representation of color #32093A: hue angle of 290.2º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32093A is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB50958-
CMYK0.140.8400.77
HSL290.2º73.13%13.14%-
HSV(B)290.2º84.48%22.75%-
XYZ2.181.184.12-
YUV26.84145.58144.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=42.74%
G=7.69%
B=49.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal509580.140.8400.77290.273.1313.14
Hex3293AE5404D12249d
Octal62117216124011544211115
Binary1100101001111010111010101000100110110010001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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