#330851

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

Shades of Blackcurrant #330851

Tints of Blackcurrant #330851

Color information

#330851 (or 0x330851) is unknown color: approx Blackcurrant. HEX triplet: 33, 08 and 51. RGB value is (51,8,81). Sum of RGB (Red+Green+Blue) = 51+8+81=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #330851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330851 is #CCF7AE. Grayscale: #1C1C1C. Windows color (decimal): -13432751 or 5310515. OLE color: 5310515.

HSL color Cylindrical-coordinate representation of color #330851: hue angle of 275.34º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330851 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB51881-
CMYK0.370.9000.68
HSL275.34º82.02%17.45%-
HSV(B)275.34º90.12%31.76%-
XYZ2.941.477.91-
YUV29.18157.25143.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=36.43%
G=5.71%
B=57.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal518810.370.9000.68275.3482.0217.45
Hex33851255A0441135211
Octal631012145132010442312221
Binary11001110001010001100101101101001000100100010011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330851; }

 p { color: rgb(51,8,81); }

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

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

 a { background-color: rgb(51,8,81); }

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

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

 span { border-color: rgb(51,8,81); }

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