#36114D

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

Shades of Blackcurrant #36114D

Tints of Blackcurrant #36114D

Color information

#36114D (or 0x36114D) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 4D. RGB value is (54,17,77). Sum of RGB (Red+Green+Blue) = 54+17+77=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #36114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36114D is #C9EEB2. Grayscale: #222222. Windows color (decimal): -13233843 or 5050678. OLE color: 5050678.

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

Color convert

RGB541777-
CMYK0.300.7800.70
HSL277º63.83%18.43%-
HSV(B)277º77.92%30.2%-
XYZ3.061.727.19-
YUV34.9151.76141.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=36.49%
G=11.49%
B=52.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5417770.300.7800.7027763.8318.43
Hex36114D1E4E0461154012
Octal662111536116010642510022
Binary11011010001100110111110100111001000110100010101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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