Html Css Color HEX #36094E Blackcurrant

📋 copy color: '#36094E'

red 54 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #36094E

Tints of Blackcurrant #36094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 55.32%

R = 38.3%
G = 6.38%
B = 55.32%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36094E (or 0x36094E) is known color: Blackcurrant. HEX triplet: 36, 09 and 4E. RGB value is (54,9,78). Sum of RGB (Red+Green+Blue) = 54+9+78=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #36094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36094E is #C9F6B1. Grayscale: #1E1E1E. Windows color (decimal): -13235890 or 5114166. OLE color: 5114166.

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

Color convert

RGB 54 9 78 -
CMYK 0.31 0.88 0 0.69
HSL 279.13º 0.79% 0.17% -
HSV(B) 279.13º 0.88% 0.31% -
XYZ 2.99 1.53 7.35 -
YUV 30.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 54 9 78 0.31 0.88 0 0.69 279.13 0.79 0.17
Hex 36 9 4E 1F 58 0 45 117 4F 11
Octal 66 11 116 37 130 0 105 427 117 21
Binary 110110 1001 1001110 11111 1011000 0 1000101 100010111 1001111 10001

Color Harmonies of #36094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36094E

Black with #36094E

Text Example


Text Example

White with #36094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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