Html Css Color HEX #361447 Blackcurrant

📋 copy color: '#361447'

red 54 ◦ green 20 ◦ blue 71

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

Shades of Blackcurrant #361447

Tints of Blackcurrant #361447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 37.24%
G = 13.79%
B = 48.97%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361447 (or 0x361447) is known color: Blackcurrant. HEX triplet: 36, 14 and 47. RGB value is (54,20,71). Sum of RGB (Red+Green+Blue) = 54+20+71=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #361447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361447 is #C9EBB8. Grayscale: #232323. Windows color (decimal): -13233081 or 4658230. OLE color: 4658230.

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

Color convert

RGB 54 20 71 -
CMYK 0.24 0.72 0 0.72
HSL 280º 0.56% 0.18% -
HSV(B) 280º 0.72% 0.28% -
XYZ 2.91 1.74 6.14 -
YUV 35.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 54 20 71 0.24 0.72 0 0.72 280 0.56 0.18
Hex 36 14 47 18 48 0 48 118 38 12
Octal 66 24 107 30 110 0 110 430 70 22
Binary 110110 10100 1000111 11000 1001000 0 1001000 100011000 111000 10010

Color Harmonies of #361447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361447

Black with #361447

Text Example


Text Example

White with #361447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361447; }

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

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

background-color css

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

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

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

border-color css

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

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

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