#331047

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

Shades of Blackcurrant #331047

Tints of Blackcurrant #331047

Color information

#331047 (or 0x331047) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 47. RGB value is (51,16,71). Sum of RGB (Red+Green+Blue) = 51+16+71=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #331047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331047 is #CCEFB8. Grayscale: #202020. Windows color (decimal): -13430713 or 4657203. OLE color: 4657203.

HSL color Cylindrical-coordinate representation of color #331047: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331047 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB511671-
CMYK0.280.7700.72
HSL278.18º63.22%17.06%-
HSV(B)278.18º77.46%27.84%-
XYZ2.691.536.11-
YUV32.74149.6141.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=36.96%
G=11.59%
B=51.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5116710.280.7700.72278.1863.2217.06
Hex3310471C4D0481163f11
Octal63201073411501104267721
Binary1100111000010001111110010011010100100010001011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331047; }

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

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

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

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

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

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

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

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