Html Css Color HEX #361949 Blackcurrant

📋 copy color: '#361949'

red 54 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #361949

Tints of Blackcurrant #361949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

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

R = 35.53%
G = 16.45%
B = 48.03%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#361949 (or 0x361949) is known color: Blackcurrant. HEX triplet: 36, 19 and 49. RGB value is (54,25,73). Sum of RGB (Red+Green+Blue) = 54+25+73=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #361949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361949 is #C9E6B6. Grayscale: #262626. Windows color (decimal): -13231799 or 4790582. OLE color: 4790582.

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

Color convert

RGB 54 25 73 -
CMYK 0.26 0.66 0 0.71
HSL 276.25º 0.49% 0.19% -
HSV(B) 276.25º 0.66% 0.29% -
XYZ 3.07 1.96 6.52 -
YUV 39.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 54 25 73 0.26 0.66 0 0.71 276.25 0.49 0.19
Hex 36 19 49 1A 42 0 47 114 31 13
Octal 66 31 111 32 102 0 107 424 61 23
Binary 110110 11001 1001001 11010 1000010 0 1000111 100010100 110001 10011

Color Harmonies of #361949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361949

Black with #361949

Text Example


Text Example

White with #361949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361949; }

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

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

background-color css

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

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

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

border-color css

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

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

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