#330153

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

Shades of Blackcurrant #330153

Tints of Blackcurrant #330153

Color information

#330153 (or 0x330153) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 53. RGB value is (51,1,83). Sum of RGB (Red+Green+Blue) = 51+1+83=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #330153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330153 is #CCFEAC. Grayscale: #191919. Windows color (decimal): -13434541 or 5439795. OLE color: 5439795.

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

Color convert

RGB51183-
CMYK0.390.9900.67
HSL276.59º97.62%16.47%-
HSV(B)276.59º98.8%32.55%-
XYZ2.941.358.29-
YUV25.3160.56146.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=37.78%
G=0.74%
B=61.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal511830.390.9900.67276.5997.6216.47
Hex3315327630431156210
Octal63112347143010342514220
Binary11001111010011100111110001101000011100010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330153; }

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

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

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

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

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

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

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

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