#35024C

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

Shades of Blackcurrant #35024C

Tints of Blackcurrant #35024C

Color information

#35024C (or 0x35024C) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 4C. RGB value is (53,2,76). Sum of RGB (Red+Green+Blue) = 53+2+76=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #35024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35024C is #CAFDB3. Grayscale: #191919. Windows color (decimal): -13303220 or 4981301. OLE color: 4981301.

HSL color Cylindrical-coordinate representation of color #35024C: hue angle of 281.35º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35024C is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB53276-
CMYK0.300.9700.70
HSL281.35º94.87%15.29%-
HSV(B)281.35º97.37%29.8%-
XYZ2.791.326.95-
YUV25.68156.4147.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 76 (30.08% from 255) = 58.02%
R=40.46%
G=1.53%
B=58.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal532760.300.9700.70281.3594.8715.29
Hex3524C1E610461195ff
Octal65211436141010643113717
Binary1101011010011001111011000010100011010001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35024C; }

 p { color: rgb(53,2,76); }

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

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

 a { background-color: rgb(53,2,76); }

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

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

 span { border-color: rgb(53,2,76); }

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