Html Css Color HEX #392640 Blackcurrant

📋 copy color: '#392640'

red 57 ◦ green 38 ◦ blue 64

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

Shades of Blackcurrant #392640

Tints of Blackcurrant #392640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

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

R = 35.85%
G = 23.9%
B = 40.25%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392640 (or 0x392640) is known color: Blackcurrant. HEX triplet: 39, 26 and 40. RGB value is (57,38,64). Sum of RGB (Red+Green+Blue) = 57+38+64=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #392640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392640 is #C6D9BF. Grayscale: #2E2E2E. Windows color (decimal): -13031872 or 4204089. OLE color: 4204089.

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

Color convert

RGB 57 38 64 -
CMYK 0.11 0.41 0 0.75
HSL 283.85º 0.25% 0.2% -
HSV(B) 283.85º 0.41% 0.25% -
XYZ 3.31 2.63 5.18 -
YUV 46.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 57 38 64 0.11 0.41 0 0.75 283.85 0.25 0.2
Hex 39 26 40 B 29 0 4B 11C 19 14
Octal 71 46 100 13 51 0 113 434 31 24
Binary 111001 100110 1000000 1011 101001 0 1001011 100011100 11001 10100

Color Harmonies of #392640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392640

Black with #392640

Text Example


Text Example

White with #392640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392640; }

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

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

background-color css

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

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

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

border-color css

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

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

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