Html Css Color HEX #360849 Blackcurrant

📋 copy color: '#360849'

red 54 ◦ green 8 ◦ blue 73

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

Shades of Blackcurrant #360849

Tints of Blackcurrant #360849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

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

R = 40%
G = 5.93%
B = 54.07%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#360849 (or 0x360849) is known color: Blackcurrant. HEX triplet: 36, 08 and 49. RGB value is (54,8,73). Sum of RGB (Red+Green+Blue) = 54+8+73=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #360849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360849 is #C9F7B6. Grayscale: #1C1C1C. Windows color (decimal): -13236151 or 4786230. OLE color: 4786230.

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

Color convert

RGB 54 8 73 -
CMYK 0.26 0.89 0 0.71
HSL 282.46º 0.8% 0.16% -
HSV(B) 282.46º 0.89% 0.29% -
XYZ 2.81 1.44 6.43 -
YUV 29.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 54 8 73 0.26 0.89 0 0.71 282.46 0.8 0.16
Hex 36 8 49 1A 59 0 47 11A 50 10
Octal 66 10 111 32 131 0 107 432 120 20
Binary 110110 1000 1001001 11010 1011001 0 1000111 100011010 1010000 10000

Color Harmonies of #360849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360849

Black with #360849

Text Example


Text Example

White with #360849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360849; }

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

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

background-color css

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

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

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

border-color css

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

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

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