Html Css Color HEX #392240 Blackcurrant

📋 copy color: '#392240'

red 57 ◦ green 34 ◦ blue 64

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

Shades of Blackcurrant #392240

Tints of Blackcurrant #392240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 36.77%
G = 21.94%
B = 41.29%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392240 (or 0x392240) is known color: Blackcurrant. HEX triplet: 39, 22 and 40. RGB value is (57,34,64). Sum of RGB (Red+Green+Blue) = 57+34+64=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #392240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392240 is #C6DDBF. Grayscale: #2C2C2C. Windows color (decimal): -13032896 or 4203065. OLE color: 4203065.

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

Color convert

RGB 57 34 64 -
CMYK 0.11 0.47 0 0.75
HSL 286º 0.31% 0.19% -
HSV(B) 286º 0.47% 0.25% -
XYZ 3.18 2.38 5.14 -
YUV 44.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 57 34 64 0.11 0.47 0 0.75 286 0.31 0.19
Hex 39 22 40 B 2F 0 4B 11E 1F 13
Octal 71 42 100 13 57 0 113 436 37 23
Binary 111001 100010 1000000 1011 101111 0 1001011 100011110 11111 10011

Color Harmonies of #392240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392240

Black with #392240

Text Example


Text Example

White with #392240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392240; }

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

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

background-color css

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

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

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

border-color css

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

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

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