#320C38

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

Shades of Blackcurrant #320C38

Tints of Blackcurrant #320C38

Color information

#320C38 (or 0x320C38) is unknown color: approx Blackcurrant. HEX triplet: 32, 0C and 38. RGB value is (50,12,56). Sum of RGB (Red+Green+Blue) = 50+12+56=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #320C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C38 is #CDF3C7. Grayscale: #1C1C1C. Windows color (decimal): -13497288 or 3673138. OLE color: 3673138.

HSL color Cylindrical-coordinate representation of color #320C38: hue angle of 291.82º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #320C38 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB501256-
CMYK0.110.7900.78
HSL291.82º64.71%13.33%-
HSV(B)291.82º78.57%21.96%-
XYZ2.161.233.86-
YUV28.38143.59143.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 12 (5.08% from 255) = 10.17%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=42.37%
G=10.17%
B=47.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5012560.110.7900.78291.8264.7113.33
Hex32C38B4F04E12441d
Octal62147013117011644410115
Binary1100101100111000101110011110100111010010010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320C38; }

 p { color: rgb(50,12,56); }

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

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

 a { background-color: rgb(50,12,56); }

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

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

 span { border-color: rgb(50,12,56); }

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