#35134A

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

Shades of Blackcurrant #35134A

Tints of Blackcurrant #35134A

Color information

#35134A (or 0x35134A) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 4A. RGB value is (53,19,74). Sum of RGB (Red+Green+Blue) = 53+19+74=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #35134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35134A is #CAECB5. Grayscale: #232323. Windows color (decimal): -13298870 or 4854581. OLE color: 4854581.

HSL color Cylindrical-coordinate representation of color #35134A: hue angle of 277.09º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35134A is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB531974-
CMYK0.280.7400.71
HSL277.09º59.14%18.24%-
HSV(B)277.09º74.32%29.02%-
XYZ2.941.726.66-
YUV35.44149.76140.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=36.30%
G=13.01%
B=50.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5319740.280.7400.71277.0959.1418.24
Hex35134A1C4A0471153b12
Octal65231123411201074257322
Binary1101011001110010101110010010100100011110001010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35134A; }

 p { color: rgb(53,19,74); }

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

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

 a { background-color: rgb(53,19,74); }

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

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

 span { border-color: rgb(53,19,74); }

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