#330438

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

Shades of Blackcurrant #330438

Tints of Blackcurrant #330438

Color information

#330438 (or 0x330438) is unknown color: approx Blackcurrant. HEX triplet: 33, 04 and 38. RGB value is (51,4,56). Sum of RGB (Red+Green+Blue) = 51+4+56=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #330438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330438 is #CCFBC7. Grayscale: #171717. Windows color (decimal): -13433800 or 3671091. OLE color: 3671091.

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

Color convert

RGB51456-
CMYK0.090.9300.78
HSL294.23º86.67%11.76%-
HSV(B)294.23º92.86%21.96%-
XYZ2.121.083.84-
YUV23.98146.07147.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=45.95%
G=3.60%
B=50.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal514560.090.9300.78294.2386.6711.76
Hex3343895D04E12657c
Octal6347011135011644612714
Binary110011100111000100110111010100111010010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330438; }

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

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

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

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

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

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

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

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