#330452

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

Shades of Blackcurrant #330452

Tints of Blackcurrant #330452

Color information

#330452 (or 0x330452) is unknown color: approx Blackcurrant. HEX triplet: 33, 04 and 52. RGB value is (51,4,82). Sum of RGB (Red+Green+Blue) = 51+4+82=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #330452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330452 is #CCFBAD. Grayscale: #1A1A1A. Windows color (decimal): -13433774 or 5375027. OLE color: 5375027.

HSL color Cylindrical-coordinate representation of color #330452: hue angle of 276.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330452 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB51482-
CMYK0.380.9500.68
HSL276.15º90.7%16.86%-
HSV(B)276.15º95.12%32.16%-
XYZ2.931.48.1-
YUV26.94159.07145.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=37.23%
G=2.92%
B=59.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal514820.380.9500.68276.1590.716.86
Hex33452265F0441145b11
Octal63412246137010442413321
Binary1100111001010010100110101111101000100100010100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330452; }

 p { color: rgb(51,4,82); }

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

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

 a { background-color: rgb(51,4,82); }

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

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

 span { border-color: rgb(51,4,82); }

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