Html Css Color HEX #36124F Blackcurrant

📋 copy color: '#36124F'

red 54 ◦ green 18 ◦ blue 79

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

Shades of Blackcurrant #36124F

Tints of Blackcurrant #36124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 35.76%
G = 11.92%
B = 52.32%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36124F (or 0x36124F) is known color: Blackcurrant. HEX triplet: 36, 12 and 4F. RGB value is (54,18,79). Sum of RGB (Red+Green+Blue) = 54+18+79=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #36124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36124F is #C9EDB0. Grayscale: #232323. Windows color (decimal): -13233585 or 5182006. OLE color: 5182006.

HSL color Cylindrical-coordinate representation of color #36124F: hue angle of 275.41º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36124F is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 18 79 -
CMYK 0.32 0.77 0 0.69
HSL 275.41º 0.63% 0.19% -
HSV(B) 275.41º 0.77% 0.31% -
XYZ 3.15 1.78 7.58 -
YUV 35.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 54 18 79 0.32 0.77 0 0.69 275.41 0.63 0.19
Hex 36 12 4F 20 4D 0 45 113 3F 13
Octal 66 22 117 40 115 0 105 423 77 23
Binary 110110 10010 1001111 100000 1001101 0 1000101 100010011 111111 10011

Color Harmonies of #36124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36124F

Black with #36124F

Text Example


Text Example

White with #36124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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