#35154C

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

Shades of Blackcurrant #35154C

Tints of Blackcurrant #35154C

Color information

#35154C (or 0x35154C) is unknown color: approx Blackcurrant. HEX triplet: 35, 15 and 4C. RGB value is (53,21,76). Sum of RGB (Red+Green+Blue) = 53+21+76=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #35154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35154C is #CAEAB3. Grayscale: #242424. Windows color (decimal): -13298356 or 4986165. OLE color: 4986165.

HSL color Cylindrical-coordinate representation of color #35154C: hue angle of 274.91º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35154C is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB532176-
CMYK0.300.7200.70
HSL274.91º56.7%19.02%-
HSV(B)274.91º72.37%29.8%-
XYZ3.041.827.03-
YUV36.84150.1139.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 76 (30.08% from 255) = 50.67%
R=35.33%
G=14%
B=50.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5321760.300.7200.70274.9156.719.02
Hex35154C1E480461133913
Octal65251143611001064237123
Binary1101011010110011001111010010000100011010001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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