Html Css Color HEX #362040 Blackcurrant

📋 copy color: '#362040'

red 54 ◦ green 32 ◦ blue 64

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

Shades of Blackcurrant #362040

Tints of Blackcurrant #362040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 36%
G = 21.33%
B = 42.67%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362040 (or 0x362040) is known color: Blackcurrant. HEX triplet: 36, 20 and 40. RGB value is (54,32,64). Sum of RGB (Red+Green+Blue) = 54+32+64=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #362040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362040 is #C9DFBF. Grayscale: #2A2A2A. Windows color (decimal): -13230016 or 4202550. OLE color: 4202550.

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

Color convert

RGB 54 32 64 -
CMYK 0.16 0.50 0 0.75
HSL 281.25º 0.33% 0.19% -
HSV(B) 281.25º 0.5% 0.25% -
XYZ 2.96 2.19 5.12 -
YUV 42.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 54 32 64 0.16 0.50 0 0.75 281.25 0.33 0.19
Hex 36 20 40 10 32 0 4B 119 21 13
Octal 66 40 100 20 62 0 113 431 41 23
Binary 110110 100000 1000000 10000 110010 0 1001011 100011001 100001 10011

Color Harmonies of #362040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362040

Black with #362040

Text Example


Text Example

White with #362040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362040; }

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

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

background-color css

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

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

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

border-color css

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

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

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