#330D41

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

Shades of Blackcurrant #330D41

Tints of Blackcurrant #330D41

Color information

#330D41 (or 0x330D41) is unknown color: approx Blackcurrant. HEX triplet: 33, 0D and 41. RGB value is (51,13,65). Sum of RGB (Red+Green+Blue) = 51+13+65=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #330D41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D41 is #CCF2BE. Grayscale: #1E1E1E. Windows color (decimal): -13431487 or 4263219. OLE color: 4263219.

HSL color Cylindrical-coordinate representation of color #330D41: hue angle of 283.85º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330D41 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB511365-
CMYK0.220.8000.75
HSL283.85º66.67%15.29%-
HSV(B)283.85º80%25.49%-
XYZ2.461.375.14-
YUV30.29147.59142.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.53%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=39.53%
G=10.08%
B=50.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5113650.220.8000.75283.8566.6715.29
Hex33D41165004B11c43f
Octal631510126120011343410317
Binary110011110110000011011010100000100101110001110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330D41; }

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

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

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

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

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

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

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

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