#36074A

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

Shades of Blackcurrant #36074A

Tints of Blackcurrant #36074A

Color information

#36074A (or 0x36074A) is unknown color: approx Blackcurrant. HEX triplet: 36, 07 and 4A. RGB value is (54,7,74). Sum of RGB (Red+Green+Blue) = 54+7+74=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #36074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36074A is #C9F8B5. Grayscale: #1C1C1C. Windows color (decimal): -13236406 or 4851510. OLE color: 4851510.

HSL color Cylindrical-coordinate representation of color #36074A: hue angle of 282.09º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36074A is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54774-
CMYK0.270.9100.71
HSL282.09º82.72%15.88%-
HSV(B)282.09º90.54%29.02%-
XYZ2.831.436.61-
YUV28.69153.57146.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 74 (29.30% from 255) = 54.81%
R=40%
G=5.19%
B=54.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal547740.270.9100.71282.0982.7215.88
Hex3674A1B5B04711a5310
Octal66711233133010743212320
Binary110110111100101011011101101101000111100011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36074A; }

 p { color: rgb(54,7,74); }

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

<style>
 a { background-color: #36074A; }

 a { background-color: rgb(54,7,74); }

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

<style>
 span { border-color: #36074A; }

 span { border-color: rgb(54,7,74); }

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