#330553

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

Shades of Blackcurrant #330553

Tints of Blackcurrant #330553

Color information

#330553 (or 0x330553) is unknown color: approx Blackcurrant. HEX triplet: 33, 05 and 53. RGB value is (51,5,83). Sum of RGB (Red+Green+Blue) = 51+5+83=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #330553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330553 is #CCFAAC. Grayscale: #1B1B1B. Windows color (decimal): -13433517 or 5440819. OLE color: 5440819.

HSL color Cylindrical-coordinate representation of color #330553: hue angle of 275.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330553 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB51583-
CMYK0.390.9400.67
HSL275.38º88.64%17.25%-
HSV(B)275.38º93.98%32.55%-
XYZ2.981.448.3-
YUV27.65159.24144.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=36.69%
G=3.60%
B=59.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal515830.390.9400.67275.3888.6417.25
Hex33553275E0431135911
Octal63512347136010342313121
Binary1100111011010011100111101111001000011100010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330553; }

 p { color: rgb(51,5,83); }

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

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

 a { background-color: rgb(51,5,83); }

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

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

 span { border-color: rgb(51,5,83); }

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