Html Css Color HEX #361249 Blackcurrant

📋 copy color: '#361249'

red 54 ◦ green 18 ◦ blue 73

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

Shades of Blackcurrant #361249

Tints of Blackcurrant #361249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50.34%

R = 37.24%
G = 12.41%
B = 50.34%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#361249 (or 0x361249) is known color: Blackcurrant. HEX triplet: 36, 12 and 49. RGB value is (54,18,73). Sum of RGB (Red+Green+Blue) = 54+18+73=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #361249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361249 is #C9EDB6. Grayscale: #222222. Windows color (decimal): -13233591 or 4788790. OLE color: 4788790.

HSL color Cylindrical-coordinate representation of color #361249: hue angle of 279.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361249 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 18 73 -
CMYK 0.26 0.75 0 0.71
HSL 279.27º 0.6% 0.18% -
HSV(B) 279.27º 0.75% 0.29% -
XYZ 2.94 1.7 6.48 -
YUV 35.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 54 18 73 0.26 0.75 0 0.71 279.27 0.6 0.18
Hex 36 12 49 1A 4B 0 47 117 3C 12
Octal 66 22 111 32 113 0 107 427 74 22
Binary 110110 10010 1001001 11010 1001011 0 1000111 100010111 111100 10010

Color Harmonies of #361249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361249

Black with #361249

Text Example


Text Example

White with #361249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361249; }

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

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

background-color css

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

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

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

border-color css

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

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

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