#36154A

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

Shades of Blackcurrant #36154A

Tints of Blackcurrant #36154A

Color information

#36154A (or 0x36154A) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 4A. RGB value is (54,21,74). Sum of RGB (Red+Green+Blue) = 54+21+74=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #36154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36154A is #C9EAB5. Grayscale: #242424. Windows color (decimal): -13232822 or 4855094. OLE color: 4855094.

HSL color Cylindrical-coordinate representation of color #36154A: hue angle of 277.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36154A is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB542174-
CMYK0.270.7200.71
HSL277.36º55.79%18.63%-
HSV(B)277.36º71.62%29.02%-
XYZ3.031.826.67-
YUV36.91148.93140.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=36.24%
G=14.09%
B=49.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5421740.270.7200.71277.3655.7918.63
Hex36154A1B480471153813
Octal66251123311001074257023
Binary1101101010110010101101110010000100011110001010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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