Html Css Color HEX #36024D Blackcurrant

📋 copy color: '#36024D'

red 54 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #36024D

Tints of Blackcurrant #36024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

 BLUE value IS 77 (30.47% from 255) = 57.89%

R = 40.6%
G = 1.5%
B = 57.89%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36024D (or 0x36024D) is known color: Blackcurrant. HEX triplet: 36, 02 and 4D. RGB value is (54,2,77). Sum of RGB (Red+Green+Blue) = 54+2+77=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #36024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36024D is #C9FDB2. Grayscale: #191919. Windows color (decimal): -13237683 or 5046838. OLE color: 5046838.

HSL color Cylindrical-coordinate representation of color #36024D: hue angle of 281.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36024D is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 2 77 -
CMYK 0.30 0.97 0 0.70
HSL 281.6º 0.95% 0.15% -
HSV(B) 281.6º 0.97% 0.3% -
XYZ 2.88 1.36 7.13 -
YUV 26.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 54 2 77 0.30 0.97 0 0.70 281.6 0.95 0.15
Hex 36 2 4D 1E 61 0 46 11A 5F F
Octal 66 2 115 36 141 0 106 432 137 17
Binary 110110 10 1001101 11110 1100001 0 1000110 100011010 1011111 1111

Color Harmonies of #36024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36024D

Black with #36024D

Text Example


Text Example

White with #36024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36024D; }

 p { color: rgb(54,2,77); }

 H1.HeaderClassName
 {
   color: #36024D;
 }
 .AnyTagClassName
 {
   color: #36024D;
 }
</style>

background-color css

<style>
 a { background-color: #36024D; }

 a { background-color: rgb(54,2,77); }

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

border-color css

<style>
 span { border-color: #36024D; }

 span { border-color: rgb(54,2,77); }

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