#35014F

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

Shades of Blackcurrant #35014F

Tints of Blackcurrant #35014F

Color information

#35014F (or 0x35014F) is unknown color: approx Blackcurrant. HEX triplet: 35, 01 and 4F. RGB value is (53,1,79). Sum of RGB (Red+Green+Blue) = 53+1+79=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #35014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35014F is #CAFEB0. Grayscale: #191919. Windows color (decimal): -13303473 or 5177653. OLE color: 5177653.

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

Color convert

RGB53179-
CMYK0.330.9900.69
HSL280º97.5%15.69%-
HSV(B)280º98.73%30.98%-
XYZ2.891.347.5-
YUV25.44158.23147.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=39.85%
G=0.75%
B=59.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal531790.330.9900.6928097.515.69
Hex3514F21630451186210
Octal65111741143010543014220
Binary11010111001111100001110001101000101100011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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