Html Css Color HEX #392340 Blackcurrant

📋 copy color: '#392340'

red 57 ◦ green 35 ◦ blue 64

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

Shades of Blackcurrant #392340

Tints of Blackcurrant #392340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 36.54%
G = 22.44%
B = 41.03%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392340 (or 0x392340) is known color: Blackcurrant. HEX triplet: 39, 23 and 40. RGB value is (57,35,64). Sum of RGB (Red+Green+Blue) = 57+35+64=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #392340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392340 is #C6DCBF. Grayscale: #2C2C2C. Windows color (decimal): -13032640 or 4203321. OLE color: 4203321.

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

Color convert

RGB 57 35 64 -
CMYK 0.11 0.45 0 0.75
HSL 285.52º 0.29% 0.19% -
HSV(B) 285.52º 0.45% 0.25% -
XYZ 3.21 2.44 5.15 -
YUV 44.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 57 35 64 0.11 0.45 0 0.75 285.52 0.29 0.19
Hex 39 23 40 B 2D 0 4B 11E 1D 13
Octal 71 43 100 13 55 0 113 436 35 23
Binary 111001 100011 1000000 1011 101101 0 1001011 100011110 11101 10011

Color Harmonies of #392340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392340

Black with #392340

Text Example


Text Example

White with #392340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392340; }

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

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

background-color css

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

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

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

border-color css

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

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

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