Html Css Color HEX #36014D Blackcurrant

📋 copy color: '#36014D'

red 54 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #36014D

Tints of Blackcurrant #36014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 40.91%
G = 0.76%
B = 58.33%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36014D (or 0x36014D) is known color: Blackcurrant. HEX triplet: 36, 01 and 4D. RGB value is (54,1,77). Sum of RGB (Red+Green+Blue) = 54+1+77=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #36014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36014D is #C9FEB2. Grayscale: #191919. Windows color (decimal): -13237939 or 5046582. OLE color: 5046582.

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

Color convert

RGB 54 1 77 -
CMYK 0.30 0.99 0 0.70
HSL 281.84º 0.97% 0.15% -
HSV(B) 281.84º 0.99% 0.3% -
XYZ 2.87 1.34 7.13 -
YUV 25.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 54 1 77 0.30 0.99 0 0.70 281.84 0.97 0.15
Hex 36 1 4D 1E 63 0 46 11A 61 F
Octal 66 1 115 36 143 0 106 432 141 17
Binary 110110 1 1001101 11110 1100011 0 1000110 100011010 1100001 1111

Color Harmonies of #36014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36014D

Black with #36014D

Text Example


Text Example

White with #36014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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