#35014E

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

Shades of Blackcurrant #35014E

Tints of Blackcurrant #35014E

Color information

#35014E (or 0x35014E) is unknown color: approx Blackcurrant. HEX triplet: 35, 01 and 4E. RGB value is (53,1,78). Sum of RGB (Red+Green+Blue) = 53+1+78=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #35014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35014E is #CAFEB1. Grayscale: #191919. Windows color (decimal): -13303474 or 5112117. OLE color: 5112117.

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

Color convert

RGB53178-
CMYK0.320.9900.69
HSL280.52º97.47%15.49%-
HSV(B)280.52º98.72%30.59%-
XYZ2.851.337.31-
YUV25.33157.73147.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=40.15%
G=0.76%
B=59.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal531780.320.9900.69280.5297.4715.49
Hex3514E206304511961f
Octal65111640143010543114117
Binary1101011100111010000011000110100010110001100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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