Html Css Color HEX #360548 Blackcurrant

📋 copy color: '#360548'

red 54 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #360548

Tints of Blackcurrant #360548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 41.22%
G = 3.82%
B = 54.96%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360548 (or 0x360548) is known color: Blackcurrant. HEX triplet: 36, 05 and 48. RGB value is (54,5,72). Sum of RGB (Red+Green+Blue) = 54+5+72=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #360548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360548 is #C9FAB7. Grayscale: #1B1B1B. Windows color (decimal): -13236920 or 4719926. OLE color: 4719926.

HSL color Cylindrical-coordinate representation of color #360548: hue angle of 283.88º 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 #360548 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 5 72 -
CMYK 0.25 0.93 0 0.72
HSL 283.88º 0.87% 0.15% -
HSV(B) 283.88º 0.93% 0.28% -
XYZ 2.75 1.36 6.25 -
YUV 27.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 54 5 72 0.25 0.93 0 0.72 283.88 0.87 0.15
Hex 36 5 48 19 5D 0 48 11C 57 F
Octal 66 5 110 31 135 0 110 434 127 17
Binary 110110 101 1001000 11001 1011101 0 1001000 100011100 1010111 1111

Color Harmonies of #360548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360548

Black with #360548

Text Example


Text Example

White with #360548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360548; }

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

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

background-color css

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

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

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

border-color css

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

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

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