#330952

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

Shades of Blackcurrant #330952

Tints of Blackcurrant #330952

Color information

#330952 (or 0x330952) is unknown color: approx Blackcurrant. HEX triplet: 33, 09 and 52. RGB value is (51,9,82). Sum of RGB (Red+Green+Blue) = 51+9+82=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #330952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330952 is #CCF6AD. Grayscale: #1D1D1D. Windows color (decimal): -13432494 or 5376307. OLE color: 5376307.

HSL color Cylindrical-coordinate representation of color #330952: hue angle of 274.52º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330952 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB51982-
CMYK0.380.8900.68
HSL274.52º80.22%17.84%-
HSV(B)274.52º89.02%32.16%-
XYZ2.991.518.12-
YUV29.88157.41143.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=35.92%
G=6.34%
B=57.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal519820.380.8900.68274.5280.2217.84
Hex3395226590441135012
Octal631112246131010442312022
Binary11001110011010010100110101100101000100100010011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330952; }

 p { color: rgb(51,9,82); }

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

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

 a { background-color: rgb(51,9,82); }

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

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

 span { border-color: rgb(51,9,82); }

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