#36134F

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

Shades of Blackcurrant #36134F

Tints of Blackcurrant #36134F

Color information

#36134F (or 0x36134F) is unknown color: approx Blackcurrant. HEX triplet: 36, 13 and 4F. RGB value is (54,19,79). Sum of RGB (Red+Green+Blue) = 54+19+79=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #36134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36134F is #C9ECB0. Grayscale: #242424. Windows color (decimal): -13233329 or 5182262. OLE color: 5182262.

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

Color convert

RGB541979-
CMYK0.320.7600.69
HSL275º61.22%19.22%-
HSV(B)275º75.95%30.98%-
XYZ3.171.817.58-
YUV36.3152.1140.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=35.53%
G=12.5%
B=51.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5419790.320.7600.6927561.2219.22
Hex36134F204C0451133d13
Octal66231174011401054237523
Binary11011010011100111110000010011000100010110001001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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