Html Css Color HEX #360A40 Blackcurrant

📋 copy color: '#360A40'

red 54 ◦ green 10 ◦ blue 64

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

Shades of Blackcurrant #360A40

Tints of Blackcurrant #360A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.81%

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

R = 42.19%
G = 7.81%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360A40 (or 0x360A40) is known color: Blackcurrant. HEX triplet: 36, 0A and 40. RGB value is (54,10,64). Sum of RGB (Red+Green+Blue) = 54+10+64=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #360A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A40 is #C9F5BF. Grayscale: #1D1D1D. Windows color (decimal): -13235648 or 4196918. OLE color: 4196918.

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

Color convert

RGB 54 10 64 -
CMYK 0.16 0.84 0 0.75
HSL 288.89º 0.73% 0.15% -
HSV(B) 288.89º 0.84% 0.25% -
XYZ 2.56 1.37 4.98 -
YUV 29.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 54 10 64 0.16 0.84 0 0.75 288.89 0.73 0.15
Hex 36 A 40 10 54 0 4B 121 49 F
Octal 66 12 100 20 124 0 113 441 111 17
Binary 110110 1010 1000000 10000 1010100 0 1001011 100100001 1001001 1111

Color Harmonies of #360A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A40

Black with #360A40

Text Example


Text Example

White with #360A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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