Html Css Color HEX #392141 Blackcurrant

📋 copy color: '#392141'

red 57 ◦ green 33 ◦ blue 65

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

Shades of Blackcurrant #392141

Tints of Blackcurrant #392141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 36.77%
G = 21.29%
B = 41.94%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392141 (or 0x392141) is known color: Blackcurrant. HEX triplet: 39, 21 and 41. RGB value is (57,33,65). Sum of RGB (Red+Green+Blue) = 57+33+65=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #392141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392141 is #C6DEBE. Grayscale: #2B2B2B. Windows color (decimal): -13033151 or 4268345. OLE color: 4268345.

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

Color convert

RGB 57 33 65 -
CMYK 0.12 0.49 0 0.75
HSL 285º 0.33% 0.19% -
HSV(B) 285º 0.49% 0.25% -
XYZ 3.19 2.34 5.28 -
YUV 43.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 57 33 65 0.12 0.49 0 0.75 285 0.33 0.19
Hex 39 21 41 C 31 0 4B 11D 21 13
Octal 71 41 101 14 61 0 113 435 41 23
Binary 111001 100001 1000001 1100 110001 0 1001011 100011101 100001 10011

Color Harmonies of #392141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392141

Black with #392141

Text Example


Text Example

White with #392141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392141; }

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

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

background-color css

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

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

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

border-color css

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

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

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