#36154D

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

Shades of Blackcurrant #36154D

Tints of Blackcurrant #36154D

Color information

#36154D (or 0x36154D) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 4D. RGB value is (54,21,77). Sum of RGB (Red+Green+Blue) = 54+21+77=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #36154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36154D is #C9EAB2. Grayscale: #252525. Windows color (decimal): -13232819 or 5051702. OLE color: 5051702.

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

Color convert

RGB542177-
CMYK0.300.7300.70
HSL275.36º57.14%19.22%-
HSV(B)275.36º72.73%30.2%-
XYZ3.131.867.21-
YUV37.25150.43139.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=35.53%
G=13.82%
B=50.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5421770.300.7300.70275.3657.1419.22
Hex36154D1E490461133913
Octal66251153611101064237123
Binary1101101010110011011111010010010100011010001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36154D; }

 p { color: rgb(54,21,77); }

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

<style>
 a { background-color: #36154D; }

 a { background-color: rgb(54,21,77); }

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

<style>
 span { border-color: #36154D; }

 span { border-color: rgb(54,21,77); }

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