#330645

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

Shades of Blackcurrant #330645

Tints of Blackcurrant #330645

Color information

#330645 (or 0x330645) is unknown color: approx Blackcurrant. HEX triplet: 33, 06 and 45. RGB value is (51,6,69). Sum of RGB (Red+Green+Blue) = 51+6+69=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #330645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330645 is #CCF9BA. Grayscale: #1A1A1A. Windows color (decimal): -13433275 or 4523571. OLE color: 4523571.

HSL color Cylindrical-coordinate representation of color #330645: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330645 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB51669-
CMYK0.260.9100.73
HSL282.86º84%14.71%-
HSV(B)282.86º91.3%27.06%-
XYZ2.51.265.74-
YUV26.64151.91145.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 69 (27.34% from 255) = 54.76%
R=40.48%
G=4.76%
B=54.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal516690.260.9100.73282.868414.71
Hex336451A5B04911b54f
Octal63610532133011143312417
Binary11001111010001011101010110110100100110001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330645; }

 p { color: rgb(51,6,69); }

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

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

 a { background-color: rgb(51,6,69); }

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

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

 span { border-color: rgb(51,6,69); }

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