#331948

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

Shades of Blackcurrant #331948

Tints of Blackcurrant #331948

Color information

#331948 (or 0x331948) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 48. RGB value is (51,25,72). Sum of RGB (Red+Green+Blue) = 51+25+72=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #331948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331948 is #CCE6B7. Grayscale: #252525. Windows color (decimal): -13428408 or 4725043. OLE color: 4725043.

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

Color convert

RGB512572-
CMYK0.290.6500.72
HSL273.19º48.45%19.02%-
HSV(B)273.19º65.28%28.24%-
XYZ2.881.876.34-
YUV38.13147.11137.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=34.46%
G=16.89%
B=48.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5125720.290.6500.72273.1948.4519.02
Hex3319481D410481113013
Octal63311103510101104216023
Binary1100111100110010001110110000010100100010001000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331948; }

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

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

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

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

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

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

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

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