Html Css Color HEX #360040 Blackcurrant

📋 copy color: '#360040'

red 54 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #360040

Tints of Blackcurrant #360040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 54.24%

R = 45.76%
G = 0%
B = 54.24%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360040 (or 0x360040) is known color: Blackcurrant. HEX triplet: 36, 00 and 40. RGB value is (54,0,64). Sum of RGB (Red+Green+Blue) = 54+0+64=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #360040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360040 is #C9FFBF. Grayscale: #171717. Windows color (decimal): -13238208 or 4194358. OLE color: 4194358.

HSL color Cylindrical-coordinate representation of color #360040: hue angle of 290.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360040 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 0 64 -
CMYK 0.16 1 0 0.75
HSL 290.63º 1% 0.13% -
HSV(B) 290.63º 1% 0.25% -
XYZ 2.45 1.15 4.94 -
YUV 23.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 54 0 64 0.16 1 0 0.75 290.63 1 0.13
Hex 36 0 40 10 64 0 4B 123 64 D
Octal 66 0 100 20 144 0 113 443 144 15
Binary 110110 0 1000000 10000 1100100 0 1001011 100100011 1100100 1101

Color Harmonies of #360040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360040

Black with #360040

Text Example


Text Example

White with #360040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360040; }

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

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

background-color css

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

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

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

border-color css

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

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

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