Html Css Color HEX #36124A Blackcurrant

📋 copy color: '#36124A'

red 54 ◦ green 18 ◦ blue 74

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

Shades of Blackcurrant #36124A

Tints of Blackcurrant #36124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 74 (29.3% from 255) = 50.68%

R = 36.99%
G = 12.33%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36124A (or 0x36124A) is known color: Blackcurrant. HEX triplet: 36, 12 and 4A. RGB value is (54,18,74). Sum of RGB (Red+Green+Blue) = 54+18+74=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #36124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36124A is #C9EDB5. Grayscale: #222222. Windows color (decimal): -13233590 or 4854326. OLE color: 4854326.

HSL color Cylindrical-coordinate representation of color #36124A: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36124A is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 18 74 -
CMYK 0.27 0.76 0 0.71
HSL 278.57º 0.61% 0.18% -
HSV(B) 278.57º 0.76% 0.29% -
XYZ 2.97 1.71 6.65 -
YUV 35.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 54 18 74 0.27 0.76 0 0.71 278.57 0.61 0.18
Hex 36 12 4A 1B 4C 0 47 117 3D 12
Octal 66 22 112 33 114 0 107 427 75 22
Binary 110110 10010 1001010 11011 1001100 0 1000111 100010111 111101 10010

Color Harmonies of #36124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36124A

Black with #36124A

Text Example


Text Example

White with #36124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36124A; }

 p { color: rgb(54,18,74); }

 H1.HeaderClassName
 {
   color: #36124A;
 }
 .AnyTagClassName
 {
   color: #36124A;
 }
</style>

background-color css

<style>
 a { background-color: #36124A; }

 a { background-color: rgb(54,18,74); }

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

border-color css

<style>
 span { border-color: #36124A; }

 span { border-color: rgb(54,18,74); }

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