#36104C

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

Shades of Blackcurrant #36104C

Tints of Blackcurrant #36104C

Color information

#36104C (or 0x36104C) is unknown color: approx Blackcurrant. HEX triplet: 36, 10 and 4C. RGB value is (54,16,76). Sum of RGB (Red+Green+Blue) = 54+16+76=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #36104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36104C is #C9EFB3. Grayscale: #222222. Windows color (decimal): -13234100 or 4984886. OLE color: 4984886.

HSL color Cylindrical-coordinate representation of color #36104C: hue angle of 278º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36104C is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB541676-
CMYK0.290.7900.70
HSL278º65.22%18.04%-
HSV(B)278º78.95%29.8%-
XYZ3.011.687-
YUV34.2151.59142.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=36.99%
G=10.96%
B=52.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5416760.290.7900.7027865.2218.04
Hex36104C1D4F0461164112
Octal662011435117010642610122
Binary11011010000100110011101100111101000110100010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,16,76); }

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

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

 a { background-color: rgb(54,16,76); }

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

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

 span { border-color: rgb(54,16,76); }

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