Html Css Color HEX #360547 Blackcurrant

📋 copy color: '#360547'

red 54 ◦ green 5 ◦ blue 71

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

Shades of Blackcurrant #360547

Tints of Blackcurrant #360547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 71 (28.13% from 255) = 54.62%

R = 41.54%
G = 3.85%
B = 54.62%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360547 (or 0x360547) is known color: Blackcurrant. HEX triplet: 36, 05 and 47. RGB value is (54,5,71). Sum of RGB (Red+Green+Blue) = 54+5+71=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #360547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360547 is #C9FAB8. Grayscale: #1A1A1A. Windows color (decimal): -13236921 or 4654390. OLE color: 4654390.

HSL color Cylindrical-coordinate representation of color #360547: hue angle of 284.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360547 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 5 71 -
CMYK 0.24 0.93 0 0.72
HSL 284.55º 0.87% 0.15% -
HSV(B) 284.55º 0.93% 0.28% -
XYZ 2.71 1.35 6.08 -
YUV 27.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 54 5 71 0.24 0.93 0 0.72 284.55 0.87 0.15
Hex 36 5 47 18 5D 0 48 11D 57 F
Octal 66 5 107 30 135 0 110 435 127 17
Binary 110110 101 1000111 11000 1011101 0 1001000 100011101 1010111 1111

Color Harmonies of #360547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360547

Black with #360547

Text Example


Text Example

White with #360547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360547; }

 p { color: rgb(54,5,71); }

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

background-color css

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

 a { background-color: rgb(54,5,71); }

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

border-color css

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

 span { border-color: rgb(54,5,71); }

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