#321947

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

Shades of Blackcurrant #321947

Tints of Blackcurrant #321947

Color information

#321947 (or 0x321947) is unknown color: approx Blackcurrant. HEX triplet: 32, 19 and 47. RGB value is (50,25,71). Sum of RGB (Red+Green+Blue) = 50+25+71=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #321947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321947 is #CDE6B8. Grayscale: #252525. Windows color (decimal): -13493945 or 4659506. OLE color: 4659506.

HSL color Cylindrical-coordinate representation of color #321947: hue angle of 272.61º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321947 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB502571-
CMYK0.300.6500.72
HSL272.61º47.92%18.82%-
HSV(B)272.61º64.79%27.84%-
XYZ2.81.836.17-
YUV37.72146.78136.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=34.25%
G=17.12%
B=48.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5025710.300.6500.72272.6147.9218.82
Hex3219471E410481113013
Octal62311073610101104216023
Binary1100101100110001111111010000010100100010001000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321947; }

 p { color: rgb(50,25,71); }

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

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

 a { background-color: rgb(50,25,71); }

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

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

 span { border-color: rgb(50,25,71); }

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