#330C50

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

Shades of Blackcurrant #330C50

Tints of Blackcurrant #330C50

Color information

#330C50 (or 0x330C50) is unknown color: approx Blackcurrant. HEX triplet: 33, 0C and 50. RGB value is (51,12,80). Sum of RGB (Red+Green+Blue) = 51+12+80=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #330C50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C50 is #CCF3AF. Grayscale: #1F1F1F. Windows color (decimal): -13431728 or 5246003. OLE color: 5246003.

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

Color convert

RGB511280-
CMYK0.360.8500.69
HSL274.41º73.91%18.04%-
HSV(B)274.41º85%31.37%-
XYZ2.941.557.73-
YUV31.41155.42141.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=35.66%
G=8.39%
B=55.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5112800.360.8500.69274.4173.9118.04
Hex33C5024550451124a12
Octal631412044125010542211222
Binary11001111001010000100100101010101000101100010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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