Html Css Color HEX #360949 Blackcurrant

📋 copy color: '#360949'

red 54 ◦ green 9 ◦ blue 73

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

Shades of Blackcurrant #360949

Tints of Blackcurrant #360949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

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

R = 39.71%
G = 6.62%
B = 53.68%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#360949 (or 0x360949) is known color: Blackcurrant. HEX triplet: 36, 09 and 49. RGB value is (54,9,73). Sum of RGB (Red+Green+Blue) = 54+9+73=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #360949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360949 is #C9F6B6. Grayscale: #1D1D1D. Windows color (decimal): -13235895 or 4786486. OLE color: 4786486.

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

Color convert

RGB 54 9 73 -
CMYK 0.26 0.88 0 0.71
HSL 282.19º 0.78% 0.16% -
HSV(B) 282.19º 0.88% 0.29% -
XYZ 2.82 1.46 6.44 -
YUV 29.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 54 9 73 0.26 0.88 0 0.71 282.19 0.78 0.16
Hex 36 9 49 1A 58 0 47 11A 4E 10
Octal 66 11 111 32 130 0 107 432 116 20
Binary 110110 1001 1001001 11010 1011000 0 1000111 100011010 1001110 10000

Color Harmonies of #360949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360949

Black with #360949

Text Example


Text Example

White with #360949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360949; }

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

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

background-color css

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

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

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

border-color css

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

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

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