#330A51

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

Shades of Blackcurrant #330A51

Tints of Blackcurrant #330A51

Color information

#330A51 (or 0x330A51) is unknown color: approx Blackcurrant. HEX triplet: 33, 0A and 51. RGB value is (51,10,81). Sum of RGB (Red+Green+Blue) = 51+10+81=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #330A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A51 is #CCF5AE. Grayscale: #1E1E1E. Windows color (decimal): -13432239 or 5311027. OLE color: 5311027.

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

Color convert

RGB511081-
CMYK0.370.8800.68
HSL274.65º78.02%17.84%-
HSV(B)274.65º87.65%31.76%-
XYZ2.961.517.92-
YUV30.35156.58142.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 10 (4.30% from 255) = 7.04%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=35.92%
G=7.04%
B=57.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5110810.370.8800.68274.6578.0217.84
Hex33A5125580441134e12
Octal631212145130010442311622
Binary11001110101010001100101101100001000100100010011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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