#36094F

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

Shades of Blackcurrant #36094F

Tints of Blackcurrant #36094F

Color information

#36094F (or 0x36094F) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 4F. RGB value is (54,9,79). Sum of RGB (Red+Green+Blue) = 54+9+79=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #36094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36094F is #C9F6B0. Grayscale: #1E1E1E. Windows color (decimal): -13235889 or 5179702. OLE color: 5179702.

HSL color Cylindrical-coordinate representation of color #36094F: hue angle of 278.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36094F is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB54979-
CMYK0.320.8900.69
HSL278.57º79.55%17.25%-
HSV(B)278.57º88.61%30.98%-
XYZ3.031.547.54-
YUV30.44155.41144.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=38.03%
G=6.34%
B=55.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal549790.320.8900.69278.5779.5517.25
Hex3694F20590451175011
Octal661111740131010542712021
Binary11011010011001111100000101100101000101100010111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36094F; }

 p { color: rgb(54,9,79); }

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

<style>
 a { background-color: #36094F; }

 a { background-color: rgb(54,9,79); }

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

<style>
 span { border-color: #36094F; }

 span { border-color: rgb(54,9,79); }

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