Html Css Color HEX #360940 Blackcurrant

📋 copy color: '#360940'

red 54 ◦ green 9 ◦ blue 64

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

Shades of Blackcurrant #360940

Tints of Blackcurrant #360940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 42.52%
G = 7.09%
B = 50.39%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360940 (or 0x360940) is known color: Blackcurrant. HEX triplet: 36, 09 and 40. RGB value is (54,9,64). Sum of RGB (Red+Green+Blue) = 54+9+64=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #360940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360940 is #C9F6BF. Grayscale: #1C1C1C. Windows color (decimal): -13235904 or 4196662. OLE color: 4196662.

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

Color convert

RGB 54 9 64 -
CMYK 0.16 0.86 0 0.75
HSL 289.09º 0.75% 0.14% -
HSV(B) 289.09º 0.86% 0.25% -
XYZ 2.54 1.35 4.98 -
YUV 28.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 54 9 64 0.16 0.86 0 0.75 289.09 0.75 0.14
Hex 36 9 40 10 56 0 4B 121 4B E
Octal 66 11 100 20 126 0 113 441 113 16
Binary 110110 1001 1000000 10000 1010110 0 1001011 100100001 1001011 1110

Color Harmonies of #360940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360940

Black with #360940

Text Example


Text Example

White with #360940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360940; }

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

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

background-color css

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

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

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

border-color css

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

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

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