Html Css Color HEX #360059 Blackcurrant

📋 copy color: '#360059'

red 54 ◦ green 0 ◦ blue 89

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

Shades of Blackcurrant #360059

Tints of Blackcurrant #360059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 62.24%

R = 37.76%
G = 0%
B = 62.24%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#360059 (or 0x360059) is known color: Blackcurrant. HEX triplet: 36, 00 and 59. RGB value is (54,0,89). Sum of RGB (Red+Green+Blue) = 54+0+89=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #360059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360059 is #C9FFA6. Grayscale: #191919. Windows color (decimal): -13238183 or 5832758. OLE color: 5832758.

HSL color Cylindrical-coordinate representation of color #360059: hue angle of 276.4º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360059 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 0 89 -
CMYK 0.39 1 0 0.65
HSL 276.4º 1% 0.17% -
HSV(B) 276.4º 1% 0.35% -
XYZ 3.32 1.51 9.57 -
YUV 26.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 54 0 89 0.39 1 0 0.65 276.4 1 0.17
Hex 36 0 59 27 64 0 41 114 64 11
Octal 66 0 131 47 144 0 101 424 144 21
Binary 110110 0 1011001 100111 1100100 0 1000001 100010100 1100100 10001

Color Harmonies of #360059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360059

Black with #360059

Text Example


Text Example

White with #360059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360059; }

 p { color: rgb(54,0,89); }

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

background-color css

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

 a { background-color: rgb(54,0,89); }

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

border-color css

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

 span { border-color: rgb(54,0,89); }

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