Html Css Color HEX #392540 Blackcurrant

📋 copy color: '#392540'

red 57 ◦ green 37 ◦ blue 64

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

Shades of Blackcurrant #392540

Tints of Blackcurrant #392540

RGB

 RED value IS 57 (22.66% from 255) = 36.08%

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

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

R = 36.08%
G = 23.42%
B = 40.51%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392540 (or 0x392540) is known color: Blackcurrant. HEX triplet: 39, 25 and 40. RGB value is (57,37,64). Sum of RGB (Red+Green+Blue) = 57+37+64=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #392540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392540 is #C6DABF. Grayscale: #2D2D2D. Windows color (decimal): -13032128 or 4203833. OLE color: 4203833.

HSL color Cylindrical-coordinate representation of color #392540: hue angle of 284.44º 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 #392540 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 37 64 -
CMYK 0.11 0.42 0 0.75
HSL 284.44º 0.27% 0.2% -
HSV(B) 284.44º 0.42% 0.25% -
XYZ 3.27 2.56 5.17 -
YUV 46.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 57 37 64 0.11 0.42 0 0.75 284.44 0.27 0.2
Hex 39 25 40 B 2A 0 4B 11C 1B 14
Octal 71 45 100 13 52 0 113 434 33 24
Binary 111001 100101 1000000 1011 101010 0 1001011 100011100 11011 10100

Color Harmonies of #392540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392540

Black with #392540

Text Example


Text Example

White with #392540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392540; }

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

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

background-color css

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

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

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

border-color css

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

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

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