#321A3D

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

Shades of Blackcurrant #321A3D

Tints of Blackcurrant #321A3D

Color information

#321A3D (or 0x321A3D) is unknown color: approx Blackcurrant. HEX triplet: 32, 1A and 3D. RGB value is (50,26,61). Sum of RGB (Red+Green+Blue) = 50+26+61=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #321A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A3D is #CDE5C2. Grayscale: #252525. Windows color (decimal): -13493699 or 4004402. OLE color: 4004402.

HSL color Cylindrical-coordinate representation of color #321A3D: hue angle of 281.14º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #321A3D is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB502661-
CMYK0.180.5700.76
HSL281.14º40.23%17.06%-
HSV(B)281.14º57.38%23.92%-
XYZ2.531.754.62-
YUV37.17141.45137.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=36.50%
G=18.98%
B=44.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5026610.180.5700.76281.1440.2317.06
Hex321A3D123904C1192811
Octal623275227101144315021
Binary11001011010111101100101110010100110010001100110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321A3D; }

 p { color: rgb(50,26,61); }

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

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

 a { background-color: rgb(50,26,61); }

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

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

 span { border-color: rgb(50,26,61); }

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