#331645

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

Shades of Blackcurrant #331645

Tints of Blackcurrant #331645

Color information

#331645 (or 0x331645) is unknown color: approx Blackcurrant. HEX triplet: 33, 16 and 45. RGB value is (51,22,69). Sum of RGB (Red+Green+Blue) = 51+22+69=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #331645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331645 is #CCE9BA. Grayscale: #232323. Windows color (decimal): -13429179 or 4527667. OLE color: 4527667.

HSL color Cylindrical-coordinate representation of color #331645: hue angle of 277.02º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331645 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB512269-
CMYK0.260.6800.73
HSL277.02º51.65%17.84%-
HSV(B)277.02º68.12%27.06%-
XYZ2.731.715.82-
YUV36.03146.61138.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=35.92%
G=15.49%
B=48.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5122690.260.6800.73277.0251.6517.84
Hex3316451A440491153412
Octal63261053210401114256422
Binary1100111011010001011101010001000100100110001010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331645; }

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

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

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

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

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

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

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

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