Html Css Color HEX #36194E Blackcurrant

📋 copy color: '#36194E'

red 54 ◦ green 25 ◦ blue 78

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

Shades of Blackcurrant #36194E

Tints of Blackcurrant #36194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

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

R = 34.39%
G = 15.92%
B = 49.68%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36194E (or 0x36194E) is known color: Blackcurrant. HEX triplet: 36, 19 and 4E. RGB value is (54,25,78). Sum of RGB (Red+Green+Blue) = 54+25+78=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #36194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36194E is #C9E6B1. Grayscale: #272727. Windows color (decimal): -13231794 or 5118262. OLE color: 5118262.

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

Color convert

RGB 54 25 78 -
CMYK 0.31 0.68 0 0.69
HSL 272.83º 0.51% 0.2% -
HSV(B) 272.83º 0.68% 0.31% -
XYZ 3.24 2.03 7.43 -
YUV 39.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 54 25 78 0.31 0.68 0 0.69 272.83 0.51 0.2
Hex 36 19 4E 1F 44 0 45 111 33 14
Octal 66 31 116 37 104 0 105 421 63 24
Binary 110110 11001 1001110 11111 1000100 0 1000101 100010001 110011 10100

Color Harmonies of #36194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36194E

Black with #36194E

Text Example


Text Example

White with #36194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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