Html Css Color HEX #360056 Blackcurrant

📋 copy color: '#360056'

red 54 ◦ green 0 ◦ blue 86

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

Shades of Blackcurrant #360056

Tints of Blackcurrant #360056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 61.43%

R = 38.57%
G = 0%
B = 61.43%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#360056 (or 0x360056) is known color: Blackcurrant. HEX triplet: 36, 00 and 56. RGB value is (54,0,86). Sum of RGB (Red+Green+Blue) = 54+0+86=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #360056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360056 is #C9FFA9. Grayscale: #191919. Windows color (decimal): -13238186 or 5636150. OLE color: 5636150.

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

Color convert

RGB 54 0 86 -
CMYK 0.37 1 0 0.66
HSL 277.67º 1% 0.17% -
HSV(B) 277.67º 1% 0.34% -
XYZ 3.2 1.46 8.92 -
YUV 25.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 54 0 86 0.37 1 0 0.66 277.67 1 0.17
Hex 36 0 56 25 64 0 42 116 64 11
Octal 66 0 126 45 144 0 102 426 144 21
Binary 110110 0 1010110 100101 1100100 0 1000010 100010110 1100100 10001

Color Harmonies of #360056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360056

Black with #360056

Text Example


Text Example

White with #360056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360056; }

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

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

background-color css

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

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

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

border-color css

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

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

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