Html Css Color HEX #36114C Blackcurrant

📋 copy color: '#36114C'

red 54 ◦ green 17 ◦ blue 76

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

Shades of Blackcurrant #36114C

Tints of Blackcurrant #36114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 36.73%
G = 11.56%
B = 51.7%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36114C (or 0x36114C) is known color: Blackcurrant. HEX triplet: 36, 11 and 4C. RGB value is (54,17,76). Sum of RGB (Red+Green+Blue) = 54+17+76=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #36114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36114C is #C9EEB3. Grayscale: #222222. Windows color (decimal): -13233844 or 4985142. OLE color: 4985142.

HSL color Cylindrical-coordinate representation of color #36114C: hue angle of 277.63º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36114C is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 17 76 -
CMYK 0.29 0.78 0 0.70
HSL 277.63º 0.63% 0.18% -
HSV(B) 277.63º 0.78% 0.3% -
XYZ 3.03 1.71 7.01 -
YUV 34.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 54 17 76 0.29 0.78 0 0.70 277.63 0.63 0.18
Hex 36 11 4C 1D 4E 0 46 116 3F 12
Octal 66 21 114 35 116 0 106 426 77 22
Binary 110110 10001 1001100 11101 1001110 0 1000110 100010110 111111 10010

Color Harmonies of #36114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36114C

Black with #36114C

Text Example


Text Example

White with #36114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36114C; }

 p { color: rgb(54,17,76); }

 H1.HeaderClassName
 {
   color: #36114C;
 }
 .AnyTagClassName
 {
   color: #36114C;
 }
</style>

background-color css

<style>
 a { background-color: #36114C; }

 a { background-color: rgb(54,17,76); }

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

border-color css

<style>
 span { border-color: #36114C; }

 span { border-color: rgb(54,17,76); }

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