#330138

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

Shades of Blackcurrant #330138

Tints of Blackcurrant #330138

Color information

#330138 (or 0x330138) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 38. RGB value is (51,1,56). Sum of RGB (Red+Green+Blue) = 51+1+56=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #330138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330138 is #CCFEC7. Grayscale: #161616. Windows color (decimal): -13434568 or 3670323. OLE color: 3670323.

HSL color Cylindrical-coordinate representation of color #330138: hue angle of 294.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330138 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51156-
CMYK0.090.9800.78
HSL294.55º96.49%11.18%-
HSV(B)294.55º98.21%21.96%-
XYZ2.091.013.83-
YUV22.22147.06148.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=47.22%
G=0.93%
B=51.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal511560.090.9800.78294.5596.4911.18
Hex3313896204E12760b
Octal6317011142011644714013
Binary1100111111000100111000100100111010010011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330138; }

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

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

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

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

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

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

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

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