Html Css Color HEX #36094D Blackcurrant

📋 copy color: '#36094D'

red 54 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #36094D

Tints of Blackcurrant #36094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.43%

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

R = 38.57%
G = 6.43%
B = 55%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36094D (or 0x36094D) is known color: Blackcurrant. HEX triplet: 36, 09 and 4D. RGB value is (54,9,77). Sum of RGB (Red+Green+Blue) = 54+9+77=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #36094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36094D is #C9F6B2. Grayscale: #1D1D1D. Windows color (decimal): -13235891 or 5048630. OLE color: 5048630.

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

Color convert

RGB 54 9 77 -
CMYK 0.30 0.88 0 0.70
HSL 279.71º 0.79% 0.17% -
HSV(B) 279.71º 0.88% 0.3% -
XYZ 2.96 1.52 7.16 -
YUV 30.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 54 9 77 0.30 0.88 0 0.70 279.71 0.79 0.17
Hex 36 9 4D 1E 58 0 46 118 4F 11
Octal 66 11 115 36 130 0 106 430 117 21
Binary 110110 1001 1001101 11110 1011000 0 1000110 100011000 1001111 10001

Color Harmonies of #36094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36094D

Black with #36094D

Text Example


Text Example

White with #36094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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