#36004F

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

Shades of Blackcurrant #36004F

Tints of Blackcurrant #36004F

Color information

#36004F (or 0x36004F) is unknown color: approx Blackcurrant. HEX triplet: 36, 00 and 4F. RGB value is (54,0,79). Sum of RGB (Red+Green+Blue) = 54+0+79=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #36004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36004F is #C9FFB0. Grayscale: #181818. Windows color (decimal): -13238193 or 5177398. OLE color: 5177398.

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

Color convert

RGB54079-
CMYK0.32100.69
HSL281.01º100%15.49%-
HSV(B)281.01º100%30.98%-
XYZ2.931.357.5-
YUV25.15158.39148.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=40.60%
G=0%
B=59.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal540790.32100.69281.0110015.49
Hex3604F206404511964f
Octal66011740144010543114417
Binary1101100100111110000011001000100010110001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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