#331041

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

Shades of Blackcurrant #331041

Tints of Blackcurrant #331041

Color information

#331041 (or 0x331041) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 41. RGB value is (51,16,65). Sum of RGB (Red+Green+Blue) = 51+16+65=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #331041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331041 is #CCEFBE. Grayscale: #1F1F1F. Windows color (decimal): -13430719 or 4263987. OLE color: 4263987.

HSL color Cylindrical-coordinate representation of color #331041: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331041 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB511665-
CMYK0.220.7500.75
HSL282.86º60.49%15.88%-
HSV(B)282.86º75.38%25.49%-
XYZ2.51.465.15-
YUV32.05146.6141.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=38.64%
G=12.12%
B=49.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5116650.220.7500.75282.8660.4915.88
Hex331041164B04B11b3c10
Octal63201012611301134337420
Binary1100111000010000011011010010110100101110001101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331041; }

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

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

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

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

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

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

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

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