Html Css Color HEX #392440 Blackcurrant

📋 copy color: '#392440'

red 57 ◦ green 36 ◦ blue 64

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

Shades of Blackcurrant #392440

Tints of Blackcurrant #392440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 36.31%
G = 22.93%
B = 40.76%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392440 (or 0x392440) is known color: Blackcurrant. HEX triplet: 39, 24 and 40. RGB value is (57,36,64). Sum of RGB (Red+Green+Blue) = 57+36+64=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #392440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392440 is #C6DBBF. Grayscale: #2D2D2D. Windows color (decimal): -13032384 or 4203577. OLE color: 4203577.

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

Color convert

RGB 57 36 64 -
CMYK 0.11 0.44 0 0.75
HSL 285º 0.28% 0.2% -
HSV(B) 285º 0.44% 0.25% -
XYZ 3.24 2.5 5.16 -
YUV 45.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 57 36 64 0.11 0.44 0 0.75 285 0.28 0.2
Hex 39 24 40 B 2C 0 4B 11D 1C 14
Octal 71 44 100 13 54 0 113 435 34 24
Binary 111001 100100 1000000 1011 101100 0 1001011 100011101 11100 10100

Color Harmonies of #392440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392440

Black with #392440

Text Example


Text Example

White with #392440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392440; }

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

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

background-color css

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

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

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

border-color css

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

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

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