#330F51

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

Shades of Blackcurrant #330F51

Tints of Blackcurrant #330F51

Color information

#330F51 (or 0x330F51) is unknown color: approx Blackcurrant. HEX triplet: 33, 0F and 51. RGB value is (51,15,81). Sum of RGB (Red+Green+Blue) = 51+15+81=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #330F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F51 is #CCF0AE. Grayscale: #212121. Windows color (decimal): -13430959 or 5312307. OLE color: 5312307.

HSL color Cylindrical-coordinate representation of color #330F51: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #330F51 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB511581-
CMYK0.370.8100.68
HSL272.73º68.75%18.82%-
HSV(B)272.73º81.48%31.76%-
XYZ3.021.647.94-
YUV33.29154.93140.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=34.69%
G=10.20%
B=55.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5115810.370.8100.68272.7368.7518.82
Hex33F5125510441114513
Octal631712145121010442110523
Binary11001111111010001100101101000101000100100010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330F51; }

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

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

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

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

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

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

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

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