#330248

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

Shades of Blackcurrant #330248

Tints of Blackcurrant #330248

Color information

#330248 (or 0x330248) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 48. RGB value is (51,2,72). Sum of RGB (Red+Green+Blue) = 51+2+72=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #330248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330248 is #CCFDB7. Grayscale: #181818. Windows color (decimal): -13434296 or 4719155. OLE color: 4719155.

HSL color Cylindrical-coordinate representation of color #330248: hue angle of 282º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330248 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB51272-
CMYK0.290.9700.72
HSL282º94.59%14.51%-
HSV(B)282º97.22%28.24%-
XYZ2.561.226.23-
YUV24.63154.73146.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=40.8%
G=1.6%
B=57.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal512720.290.9700.7228294.5914.51
Hex332481D6104811a5ff
Octal63211035141011043213717
Binary1100111010010001110111000010100100010001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330248; }

 p { color: rgb(51,2,72); }

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

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

 a { background-color: rgb(51,2,72); }

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

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

 span { border-color: rgb(51,2,72); }

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