Html Css Color HEX #362540 Blackcurrant

📋 copy color: '#362540'

red 54 ◦ green 37 ◦ blue 64

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

Shades of Blackcurrant #362540

Tints of Blackcurrant #362540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

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

R = 34.84%
G = 23.87%
B = 41.29%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362540 (or 0x362540) is known color: Blackcurrant. HEX triplet: 36, 25 and 40. RGB value is (54,37,64). Sum of RGB (Red+Green+Blue) = 54+37+64=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #362540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362540 is #C9DABF. Grayscale: #2D2D2D. Windows color (decimal): -13228736 or 4203830. OLE color: 4203830.

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

Color convert

RGB 54 37 64 -
CMYK 0.16 0.42 0 0.75
HSL 277.78º 0.27% 0.2% -
HSV(B) 277.78º 0.42% 0.25% -
XYZ 3.11 2.48 5.16 -
YUV 45.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 54 37 64 0.16 0.42 0 0.75 277.78 0.27 0.2
Hex 36 25 40 10 2A 0 4B 116 1B 14
Octal 66 45 100 20 52 0 113 426 33 24
Binary 110110 100101 1000000 10000 101010 0 1001011 100010110 11011 10100

Color Harmonies of #362540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362540

Black with #362540

Text Example


Text Example

White with #362540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362540; }

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

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

background-color css

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

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

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

border-color css

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

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

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