Html Css Color HEX #392541 Blackcurrant

📋 copy color: '#392541'

red 57 ◦ green 37 ◦ blue 65

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

Shades of Blackcurrant #392541

Tints of Blackcurrant #392541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.27%

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

R = 35.85%
G = 23.27%
B = 40.88%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392541 (or 0x392541) is known color: Blackcurrant. HEX triplet: 39, 25 and 41. RGB value is (57,37,65). Sum of RGB (Red+Green+Blue) = 57+37+65=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #392541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392541 is #C6DABE. Grayscale: #2E2E2E. Windows color (decimal): -13032127 or 4269369. OLE color: 4269369.

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

Color convert

RGB 57 37 65 -
CMYK 0.12 0.43 0 0.75
HSL 282.86º 0.27% 0.2% -
HSV(B) 282.86º 0.43% 0.25% -
XYZ 3.3 2.57 5.32 -
YUV 46.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 57 37 65 0.12 0.43 0 0.75 282.86 0.27 0.2
Hex 39 25 41 C 2B 0 4B 11B 1B 14
Octal 71 45 101 14 53 0 113 433 33 24
Binary 111001 100101 1000001 1100 101011 0 1001011 100011011 11011 10100

Color Harmonies of #392541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392541

Black with #392541

Text Example


Text Example

White with #392541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392541; }

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

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

background-color css

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

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

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

border-color css

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

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

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