#330C51

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

Shades of Blackcurrant #330C51

Tints of Blackcurrant #330C51

Color information

#330C51 (or 0x330C51) is unknown color: approx Blackcurrant. HEX triplet: 33, 0C and 51. RGB value is (51,12,81). Sum of RGB (Red+Green+Blue) = 51+12+81=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #330C51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C51 is #CCF3AE. Grayscale: #1F1F1F. Windows color (decimal): -13431727 or 5311539. OLE color: 5311539.

HSL color Cylindrical-coordinate representation of color #330C51: hue angle of 273.91º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330C51 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB511281-
CMYK0.370.8500.68
HSL273.91º74.19%18.24%-
HSV(B)273.91º85.19%31.76%-
XYZ2.981.567.93-
YUV31.53155.92141.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=35.42%
G=8.33%
B=56.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5112810.370.8500.68273.9174.1918.24
Hex33C5125550441124a12
Octal631412145125010442211222
Binary11001111001010001100101101010101000100100010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,12,81); }

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

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

 a { background-color: rgb(51,12,81); }

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

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

 span { border-color: rgb(51,12,81); }

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