Html Css Color HEX #36154D Blackcurrant

📋 copy color: '#36154D'

red 54 ◦ green 21 ◦ blue 77

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

Shades of Blackcurrant #36154D

Tints of Blackcurrant #36154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 35.53%
G = 13.82%
B = 50.66%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36154D (or 0x36154D) is known color: Blackcurrant. HEX triplet: 36, 15 and 4D. RGB value is (54,21,77). Sum of RGB (Red+Green+Blue) = 54+21+77=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #36154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36154D is #C9EAB2. Grayscale: #252525. Windows color (decimal): -13232819 or 5051702. OLE color: 5051702.

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

Color convert

RGB 54 21 77 -
CMYK 0.30 0.73 0 0.70
HSL 275.36º 0.57% 0.19% -
HSV(B) 275.36º 0.73% 0.3% -
XYZ 3.13 1.86 7.21 -
YUV 37.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 54 21 77 0.30 0.73 0 0.70 275.36 0.57 0.19
Hex 36 15 4D 1E 49 0 46 113 39 13
Octal 66 25 115 36 111 0 106 423 71 23
Binary 110110 10101 1001101 11110 1001001 0 1000110 100010011 111001 10011

Color Harmonies of #36154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36154D

Black with #36154D

Text Example


Text Example

White with #36154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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