#331044

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

Shades of Blackcurrant #331044

Tints of Blackcurrant #331044

Color information

#331044 (or 0x331044) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 44. RGB value is (51,16,68). Sum of RGB (Red+Green+Blue) = 51+16+68=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #331044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331044 is #CCEFBB. Grayscale: #202020. Windows color (decimal): -13430716 or 4460595. OLE color: 4460595.

HSL color Cylindrical-coordinate representation of color #331044: hue angle of 280.38º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331044 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB511668-
CMYK0.250.7600.73
HSL280.38º61.9%16.47%-
HSV(B)280.38º76.47%26.67%-
XYZ2.591.495.62-
YUV32.39148.1141.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 68 (26.95% from 255) = 50.37%
R=37.78%
G=11.85%
B=50.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5116680.250.7600.73280.3861.916.47
Hex331044194C0491183e10
Octal63201043111401114307620
Binary1100111000010001001100110011000100100110001100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331044; }

 p { color: rgb(51,16,68); }

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

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

 a { background-color: rgb(51,16,68); }

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

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

 span { border-color: rgb(51,16,68); }

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