Html Css Color HEX #36164D Blackcurrant

📋 copy color: '#36164D'

red 54 ◦ green 22 ◦ blue 77

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

Shades of Blackcurrant #36164D

Tints of Blackcurrant #36164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 35.29%
G = 14.38%
B = 50.33%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36164D (or 0x36164D) is known color: Blackcurrant. HEX triplet: 36, 16 and 4D. RGB value is (54,22,77). Sum of RGB (Red+Green+Blue) = 54+22+77=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #36164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36164D is #C9E9B2. Grayscale: #252525. Windows color (decimal): -13232563 or 5051958. OLE color: 5051958.

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

Color convert

RGB 54 22 77 -
CMYK 0.30 0.71 0 0.70
HSL 274.91º 0.56% 0.19% -
HSV(B) 274.91º 0.71% 0.3% -
XYZ 3.15 1.89 7.22 -
YUV 37.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 54 22 77 0.30 0.71 0 0.70 274.91 0.56 0.19
Hex 36 16 4D 1E 47 0 46 113 38 13
Octal 66 26 115 36 107 0 106 423 70 23
Binary 110110 10110 1001101 11110 1000111 0 1000110 100010011 111000 10011

Color Harmonies of #36164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36164D

Black with #36164D

Text Example


Text Example

White with #36164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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