#330241

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

Shades of Blackcurrant #330241

Tints of Blackcurrant #330241

Color information

#330241 (or 0x330241) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 41. RGB value is (51,2,65). Sum of RGB (Red+Green+Blue) = 51+2+65=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #330241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330241 is #CCFDBE. Grayscale: #171717. Windows color (decimal): -13434303 or 4260403. OLE color: 4260403.

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

Color convert

RGB51265-
CMYK0.220.9700.75
HSL286.67º94.03%13.14%-
HSV(B)286.67º96.92%25.49%-
XYZ2.341.135.1-
YUV23.83151.23147.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=43.22%
G=1.69%
B=55.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal512650.220.9700.75286.6794.0313.14
Hex33241166104B11f5ed
Octal63210126141011343713615
Binary1100111010000011011011000010100101110001111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330241; }

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

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

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

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

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

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

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

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