Html Css Color HEX #361349 Blackcurrant

📋 copy color: '#361349'

red 54 ◦ green 19 ◦ blue 73

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

Shades of Blackcurrant #361349

Tints of Blackcurrant #361349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 36.99%
G = 13.01%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#361349 (or 0x361349) is known color: Blackcurrant. HEX triplet: 36, 13 and 49. RGB value is (54,19,73). Sum of RGB (Red+Green+Blue) = 54+19+73=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #361349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361349 is #C9ECB6. Grayscale: #232323. Windows color (decimal): -13233335 or 4789046. OLE color: 4789046.

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

Color convert

RGB 54 19 73 -
CMYK 0.26 0.74 0 0.71
HSL 278.89º 0.59% 0.18% -
HSV(B) 278.89º 0.74% 0.29% -
XYZ 2.96 1.73 6.48 -
YUV 35.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 54 19 73 0.26 0.74 0 0.71 278.89 0.59 0.18
Hex 36 13 49 1A 4A 0 47 117 3B 12
Octal 66 23 111 32 112 0 107 427 73 22
Binary 110110 10011 1001001 11010 1001010 0 1000111 100010111 111011 10010

Color Harmonies of #361349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361349

Black with #361349

Text Example


Text Example

White with #361349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361349; }

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

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

background-color css

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

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

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

border-color css

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

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

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