Html Css Color HEX #36004D Blackcurrant

📋 copy color: '#36004D'

red 54 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #36004D

Tints of Blackcurrant #36004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.22%
G = 0%
B = 58.78%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36004D (or 0x36004D) is known color: Blackcurrant. HEX triplet: 36, 00 and 4D. RGB value is (54,0,77). Sum of RGB (Red+Green+Blue) = 54+0+77=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #36004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36004D is #C9FFB2. Grayscale: #181818. Windows color (decimal): -13238195 or 5046326. OLE color: 5046326.

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

Color convert

RGB 54 0 77 -
CMYK 0.30 1 0 0.70
HSL 282.08º 1% 0.15% -
HSV(B) 282.08º 1% 0.3% -
XYZ 2.86 1.32 7.13 -
YUV 24.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 54 0 77 0.30 1 0 0.70 282.08 1 0.15
Hex 36 0 4D 1E 64 0 46 11A 64 F
Octal 66 0 115 36 144 0 106 432 144 17
Binary 110110 0 1001101 11110 1100100 0 1000110 100011010 1100100 1111

Color Harmonies of #36004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36004D

Black with #36004D

Text Example


Text Example

White with #36004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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