#330B50

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

Shades of Blackcurrant #330B50

Tints of Blackcurrant #330B50

Color information

#330B50 (or 0x330B50) is unknown color: approx Blackcurrant. HEX triplet: 33, 0B and 50. RGB value is (51,11,80). Sum of RGB (Red+Green+Blue) = 51+11+80=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #330B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B50 is #CCF4AF. Grayscale: #1E1E1E. Windows color (decimal): -13431984 or 5245747. OLE color: 5245747.

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

Color convert

RGB511180-
CMYK0.360.8600.69
HSL274.78º75.82%17.84%-
HSV(B)274.78º86.25%31.37%-
XYZ2.931.527.73-
YUV30.83155.75142.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 11 (4.69% from 255) = 7.75%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=35.92%
G=7.75%
B=56.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5111800.360.8600.69274.7875.8217.84
Hex33B5024560451134c12
Octal631312044126010542311422
Binary11001110111010000100100101011001000101100010011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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