#331648

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

Shades of Blackcurrant #331648

Tints of Blackcurrant #331648

Color information

#331648 (or 0x331648) is unknown color: approx Blackcurrant. HEX triplet: 33, 16 and 48. RGB value is (51,22,72). Sum of RGB (Red+Green+Blue) = 51+22+72=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #331648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331648 is #CCE9B7. Grayscale: #242424. Windows color (decimal): -13429176 or 4724275. OLE color: 4724275.

HSL color Cylindrical-coordinate representation of color #331648: hue angle of 274.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331648 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB512272-
CMYK0.290.6900.72
HSL274.8º53.19%18.43%-
HSV(B)274.8º69.44%28.24%-
XYZ2.821.756.32-
YUV36.37148.11138.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=35.17%
G=15.17%
B=49.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5122720.290.6900.72274.853.1918.43
Hex3316481D450481133512
Octal63261103510501104236522
Binary1100111011010010001110110001010100100010001001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331648; }

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

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

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

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

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

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

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

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