#35154E

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

Shades of Blackcurrant #35154E

Tints of Blackcurrant #35154E

Color information

#35154E (or 0x35154E) is unknown color: approx Blackcurrant. HEX triplet: 35, 15 and 4E. RGB value is (53,21,78). Sum of RGB (Red+Green+Blue) = 53+21+78=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #35154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35154E is #CAEAB1. Grayscale: #242424. Windows color (decimal): -13298354 or 5117237. OLE color: 5117237.

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

Color convert

RGB532178-
CMYK0.320.7300.69
HSL273.68º57.58%19.41%-
HSV(B)273.68º73.08%30.59%-
XYZ3.111.847.4-
YUV37.07151.1139.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=34.87%
G=13.82%
B=51.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5321780.320.7300.69273.6857.5819.41
Hex35154E20490451123a13
Octal65251164011101054227223
Binary11010110101100111010000010010010100010110001001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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