#330A42

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

Shades of Blackcurrant #330A42

Tints of Blackcurrant #330A42

Color information

#330A42 (or 0x330A42) is unknown color: approx Blackcurrant. HEX triplet: 33, 0A and 42. RGB value is (51,10,66). Sum of RGB (Red+Green+Blue) = 51+10+66=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 66 (26.17% from 255 or 51.97% from 127); Max value from RGB is 66 - color contains mainly: blue. Hex color #330A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A42 is #CCF5BD. Grayscale: #1C1C1C. Windows color (decimal): -13432254 or 4327987. OLE color: 4327987.

HSL color Cylindrical-coordinate representation of color #330A42: hue angle of 283.93º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330A42 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB511066-
CMYK0.230.8500.74
HSL283.93º73.68%14.9%-
HSV(B)283.93º84.85%25.88%-
XYZ2.461.315.28-
YUV28.64149.08143.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 10 (4.30% from 255) = 7.87%
BLUE value IS 66 (26.17% from 255) = 51.97%
R=40.16%
G=7.87%
B=51.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5110660.230.8500.74283.9373.6814.9
Hex33A42175504A11c4af
Octal631210227125011243411217
Binary110011101010000101011110101010100101010001110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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