Html Css Color HEX #36144D Blackcurrant

📋 copy color: '#36144D'

red 54 ◦ green 20 ◦ blue 77

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

Shades of Blackcurrant #36144D

Tints of Blackcurrant #36144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

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

R = 35.76%
G = 13.25%
B = 50.99%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36144D (or 0x36144D) is known color: Blackcurrant. HEX triplet: 36, 14 and 4D. RGB value is (54,20,77). Sum of RGB (Red+Green+Blue) = 54+20+77=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #36144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36144D is #C9EBB2. Grayscale: #242424. Windows color (decimal): -13233075 or 5051446. OLE color: 5051446.

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

Color convert

RGB 54 20 77 -
CMYK 0.30 0.74 0 0.70
HSL 275.79º 0.59% 0.19% -
HSV(B) 275.79º 0.74% 0.3% -
XYZ 3.11 1.82 7.21 -
YUV 36.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 54 20 77 0.30 0.74 0 0.70 275.79 0.59 0.19
Hex 36 14 4D 1E 4A 0 46 114 3B 13
Octal 66 24 115 36 112 0 106 424 73 23
Binary 110110 10100 1001101 11110 1001010 0 1000110 100010100 111011 10011

Color Harmonies of #36144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36144D

Black with #36144D

Text Example


Text Example

White with #36144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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