Html Css Color HEX #392140 Blackcurrant

📋 copy color: '#392140'

red 57 ◦ green 33 ◦ blue 64

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

Shades of Blackcurrant #392140

Tints of Blackcurrant #392140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 37.01%
G = 21.43%
B = 41.56%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392140 (or 0x392140) is known color: Blackcurrant. HEX triplet: 39, 21 and 40. RGB value is (57,33,64). Sum of RGB (Red+Green+Blue) = 57+33+64=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #392140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392140 is #C6DEBF. Grayscale: #2B2B2B. Windows color (decimal): -13033152 or 4202809. OLE color: 4202809.

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

Color convert

RGB 57 33 64 -
CMYK 0.11 0.48 0 0.75
HSL 286.45º 0.32% 0.19% -
HSV(B) 286.45º 0.48% 0.25% -
XYZ 3.16 2.33 5.13 -
YUV 43.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 57 33 64 0.11 0.48 0 0.75 286.45 0.32 0.19
Hex 39 21 40 B 30 0 4B 11E 20 13
Octal 71 41 100 13 60 0 113 436 40 23
Binary 111001 100001 1000000 1011 110000 0 1001011 100011110 100000 10011

Color Harmonies of #392140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392140

Black with #392140

Text Example


Text Example

White with #392140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392140; }

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

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

background-color css

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

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

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

border-color css

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

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

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