Html Css Color HEX #36044A Blackcurrant

📋 copy color: '#36044A'

red 54 ◦ green 4 ◦ blue 74

#36044A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #36044A

Tints of Blackcurrant #36044A

RGB

 RED value IS 54 (21.48% from 255) = 40.91%

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 40.91%
G = 3.03%
B = 56.06%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36044A (or 0x36044A) is known color: Blackcurrant. HEX triplet: 36, 04 and 4A. RGB value is (54,4,74). Sum of RGB (Red+Green+Blue) = 54+4+74=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #36044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36044A is #C9FBB5. Grayscale: #1A1A1A. Windows color (decimal): -13237174 or 4850742. OLE color: 4850742.

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

Color convert

RGB 54 4 74 -
CMYK 0.27 0.95 0 0.71
HSL 282.86º 0.9% 0.15% -
HSV(B) 282.86º 0.95% 0.29% -
XYZ 2.8 1.37 6.59 -
YUV 26.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 54 4 74 0.27 0.95 0 0.71 282.86 0.9 0.15
Hex 36 4 4A 1B 5F 0 47 11B 5A F
Octal 66 4 112 33 137 0 107 433 132 17
Binary 110110 100 1001010 11011 1011111 0 1000111 100011011 1011010 1111

Color Harmonies of #36044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36044A

Black with #36044A

Text Example


Text Example

White with #36044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36044A;
 }
 .AnyTagClassName
 {
   color: #36044A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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