#330052

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

Shades of Blackcurrant #330052

Tints of Blackcurrant #330052

Color information

#330052 (or 0x330052) is unknown color: approx Blackcurrant. HEX triplet: 33, 00 and 52. RGB value is (51,0,82). Sum of RGB (Red+Green+Blue) = 51+0+82=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #330052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330052 is #CCFFAD. Grayscale: #181818. Windows color (decimal): -13434798 or 5374003. OLE color: 5374003.

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

Color convert

RGB51082-
CMYK0.38100.68
HSL277.32º100%16.08%-
HSV(B)277.32º100%32.16%-
XYZ2.891.318.08-
YUV24.6160.4146.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=38.35%
G=0%
B=61.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal510820.38100.68277.3210016.08
Hex3305226640441156410
Octal63012246144010442514420
Binary11001101010010100110110010001000100100010101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330052; }

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

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

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

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

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

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

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

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