Html Css Color HEX #360541 Blackcurrant

📋 copy color: '#360541'

red 54 ◦ green 5 ◦ blue 65

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

Shades of Blackcurrant #360541

Tints of Blackcurrant #360541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 65 (25.78% from 255) = 52.42%

R = 43.55%
G = 4.03%
B = 52.42%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360541 (or 0x360541) is known color: Blackcurrant. HEX triplet: 36, 05 and 41. RGB value is (54,5,65). Sum of RGB (Red+Green+Blue) = 54+5+65=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #360541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360541 is #C9FABE. Grayscale: #1A1A1A. Windows color (decimal): -13236927 or 4261174. OLE color: 4261174.

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

Color convert

RGB 54 5 65 -
CMYK 0.17 0.92 0 0.75
HSL 289º 0.86% 0.14% -
HSV(B) 289º 0.92% 0.25% -
XYZ 2.53 1.27 5.11 -
YUV 26.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 54 5 65 0.17 0.92 0 0.75 289 0.86 0.14
Hex 36 5 41 11 5C 0 4B 121 56 E
Octal 66 5 101 21 134 0 113 441 126 16
Binary 110110 101 1000001 10001 1011100 0 1001011 100100001 1010110 1110

Color Harmonies of #360541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360541

Black with #360541

Text Example


Text Example

White with #360541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360541; }

 p { color: rgb(54,5,65); }

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

background-color css

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

 a { background-color: rgb(54,5,65); }

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

border-color css

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

 span { border-color: rgb(54,5,65); }

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