#330348

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

Shades of Blackcurrant #330348

Tints of Blackcurrant #330348

Color information

#330348 (or 0x330348) is unknown color: approx Blackcurrant. HEX triplet: 33, 03 and 48. RGB value is (51,3,72). Sum of RGB (Red+Green+Blue) = 51+3+72=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #330348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330348 is #CCFCB7. Grayscale: #181818. Windows color (decimal): -13434040 or 4719411. OLE color: 4719411.

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

Color convert

RGB51372-
CMYK0.290.9600.72
HSL281.74º92%14.71%-
HSV(B)281.74º95.83%28.24%-
XYZ2.571.246.23-
YUV25.22154.4146.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 72 (28.52% from 255) = 57.14%
R=40.48%
G=2.38%
B=57.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal513720.290.9600.72281.749214.71
Hex333481D6004811a5cf
Octal63311035140011043213417
Binary1100111110010001110111000000100100010001101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330348; }

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

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

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

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

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

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

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

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