#331947

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

Shades of Blackcurrant #331947

Tints of Blackcurrant #331947

Color information

#331947 (or 0x331947) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 47. RGB value is (51,25,71). Sum of RGB (Red+Green+Blue) = 51+25+71=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #331947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331947 is #CCE6B8. Grayscale: #252525. Windows color (decimal): -13428409 or 4659507. OLE color: 4659507.

HSL color Cylindrical-coordinate representation of color #331947: hue angle of 273.91º 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 #331947 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB512571-
CMYK0.280.6500.72
HSL273.91º47.92%18.82%-
HSV(B)273.91º64.79%27.84%-
XYZ2.851.856.17-
YUV38.02146.61137.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=34.69%
G=17.01%
B=48.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5125710.280.6500.72273.9147.9218.82
Hex3319471C410481123013
Octal63311073410101104226023
Binary1100111100110001111110010000010100100010001001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331947; }

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

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

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

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

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

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

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

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