Html Css Color HEX #361540 Blackcurrant

📋 copy color: '#361540'

red 54 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #361540

Tints of Blackcurrant #361540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

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

R = 38.85%
G = 15.11%
B = 46.04%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361540 (or 0x361540) is known color: Blackcurrant. HEX triplet: 36, 15 and 40. RGB value is (54,21,64). Sum of RGB (Red+Green+Blue) = 54+21+64=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #361540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361540 is #C9EABF. Grayscale: #232323. Windows color (decimal): -13232832 or 4199734. OLE color: 4199734.

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

Color convert

RGB 54 21 64 -
CMYK 0.16 0.67 0 0.75
HSL 286.05º 0.51% 0.17% -
HSV(B) 286.05º 0.67% 0.25% -
XYZ 2.71 1.69 5.03 -
YUV 35.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 54 21 64 0.16 0.67 0 0.75 286.05 0.51 0.17
Hex 36 15 40 10 43 0 4B 11E 33 11
Octal 66 25 100 20 103 0 113 436 63 21
Binary 110110 10101 1000000 10000 1000011 0 1001011 100011110 110011 10001

Color Harmonies of #361540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361540

Black with #361540

Text Example


Text Example

White with #361540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361540; }

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

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

background-color css

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

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

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

border-color css

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

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

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