Html Css Color HEX #36084D Blackcurrant

📋 copy color: '#36084D'

red 54 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #36084D

Tints of Blackcurrant #36084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 38.85%
G = 5.76%
B = 55.4%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36084D (or 0x36084D) is known color: Blackcurrant. HEX triplet: 36, 08 and 4D. RGB value is (54,8,77). Sum of RGB (Red+Green+Blue) = 54+8+77=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #36084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36084D is #C9F7B2. Grayscale: #1D1D1D. Windows color (decimal): -13236147 or 5048374. OLE color: 5048374.

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

Color convert

RGB 54 8 77 -
CMYK 0.30 0.90 0 0.70
HSL 280º 0.81% 0.17% -
HSV(B) 280º 0.9% 0.3% -
XYZ 2.95 1.49 7.15 -
YUV 29.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 54 8 77 0.30 0.90 0 0.70 280 0.81 0.17
Hex 36 8 4D 1E 5A 0 46 118 51 11
Octal 66 10 115 36 132 0 106 430 121 21
Binary 110110 1000 1001101 11110 1011010 0 1000110 100011000 1010001 10001

Color Harmonies of #36084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36084D

Black with #36084D

Text Example


Text Example

White with #36084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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