#320038

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

Shades of Blackcurrant #320038

Tints of Blackcurrant #320038

Color information

#320038 (or 0x320038) is unknown color: approx Blackcurrant. HEX triplet: 32, 00 and 38. RGB value is (50,0,56). Sum of RGB (Red+Green+Blue) = 50+0+56=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #320038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320038 is #CDFFC7. Grayscale: #151515. Windows color (decimal): -13500360 or 3670066. OLE color: 3670066.

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

Color convert

RGB50056-
CMYK0.11100.78
HSL293.57º100%10.98%-
HSV(B)293.57º100%21.96%-
XYZ2.030.963.82-
YUV21.33147.56148.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 52.83%
R=47.17%
G=0%
B=52.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal500560.11100.78293.5710010.98
Hex32038B6404E12664b
Octal6207013144011644614413
Binary1100100111000101111001000100111010010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320038; }

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

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

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

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

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

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

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

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