Html Css Color HEX #361547 Blackcurrant

📋 copy color: '#361547'

red 54 ◦ green 21 ◦ blue 71

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

Shades of Blackcurrant #361547

Tints of Blackcurrant #361547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 36.99%
G = 14.38%
B = 48.63%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361547 (or 0x361547) is known color: Blackcurrant. HEX triplet: 36, 15 and 47. RGB value is (54,21,71). Sum of RGB (Red+Green+Blue) = 54+21+71=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #361547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361547 is #C9EAB8. Grayscale: #242424. Windows color (decimal): -13232825 or 4658486. OLE color: 4658486.

HSL color Cylindrical-coordinate representation of color #361547: hue angle of 279.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361547 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 21 71 -
CMYK 0.24 0.70 0 0.72
HSL 279.6º 0.54% 0.18% -
HSV(B) 279.6º 0.7% 0.28% -
XYZ 2.93 1.78 6.15 -
YUV 36.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 54 21 71 0.24 0.70 0 0.72 279.6 0.54 0.18
Hex 36 15 47 18 46 0 48 118 36 12
Octal 66 25 107 30 106 0 110 430 66 22
Binary 110110 10101 1000111 11000 1000110 0 1001000 100011000 110110 10010

Color Harmonies of #361547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361547

Black with #361547

Text Example


Text Example

White with #361547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361547; }

 p { color: rgb(54,21,71); }

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

background-color css

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

 a { background-color: rgb(54,21,71); }

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

border-color css

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

 span { border-color: rgb(54,21,71); }

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