Html Css Color HEX #360557 Blackcurrant

📋 copy color: '#360557'

red 54 ◦ green 5 ◦ blue 87

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

Shades of Blackcurrant #360557

Tints of Blackcurrant #360557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 59.59%

R = 36.99%
G = 3.42%
B = 59.59%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#360557 (or 0x360557) is known color: Blackcurrant. HEX triplet: 36, 05 and 57. RGB value is (54,5,87). Sum of RGB (Red+Green+Blue) = 54+5+87=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #360557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360557 is #C9FAA8. Grayscale: #1C1C1C. Windows color (decimal): -13236905 or 5702966. OLE color: 5702966.

HSL color Cylindrical-coordinate representation of color #360557: hue angle of 275.85º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360557 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 5 87 -
CMYK 0.38 0.94 0 0.66
HSL 275.85º 0.89% 0.18% -
HSV(B) 275.85º 0.94% 0.34% -
XYZ 3.3 1.58 9.15 -
YUV 29 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 54 5 87 0.38 0.94 0 0.66 275.85 0.89 0.18
Hex 36 5 57 26 5E 0 42 114 59 12
Octal 66 5 127 46 136 0 102 424 131 22
Binary 110110 101 1010111 100110 1011110 0 1000010 100010100 1011001 10010

Color Harmonies of #360557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360557

Black with #360557

Text Example


Text Example

White with #360557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360557; }

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

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

background-color css

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

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

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

border-color css

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

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

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