#35004E

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

Shades of Blackcurrant #35004E

Tints of Blackcurrant #35004E

Color information

#35004E (or 0x35004E) is unknown color: approx Blackcurrant. HEX triplet: 35, 00 and 4E. RGB value is (53,0,78). Sum of RGB (Red+Green+Blue) = 53+0+78=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #35004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35004E is #CAFFB1. Grayscale: #181818. Windows color (decimal): -13303730 or 5111861. OLE color: 5111861.

HSL color Cylindrical-coordinate representation of color #35004E: hue angle of 280.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35004E is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB53078-
CMYK0.32100.69
HSL280.77º100%15.29%-
HSV(B)280.77º100%30.59%-
XYZ2.841.317.31-
YUV24.74158.06148.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=40.46%
G=0%
B=59.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal530780.32100.69280.7710015.29
Hex3504E206404511964f
Octal65011640144010543114417
Binary1101010100111010000011001000100010110001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35004E; }

 p { color: rgb(53,0,78); }

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

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

 a { background-color: rgb(53,0,78); }

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

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

 span { border-color: rgb(53,0,78); }

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