Html Css Color HEX #392442 Blackcurrant

📋 copy color: '#392442'

red 57 ◦ green 36 ◦ blue 66

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

Shades of Blackcurrant #392442

Tints of Blackcurrant #392442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 35.85%
G = 22.64%
B = 41.51%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#392442 (or 0x392442) is known color: Blackcurrant. HEX triplet: 39, 24 and 42. RGB value is (57,36,66). Sum of RGB (Red+Green+Blue) = 57+36+66=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 66 - color contains mainly: blue. Hex color #392442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392442 is #C6DBBD. Grayscale: #2D2D2D. Windows color (decimal): -13032382 or 4334649. OLE color: 4334649.

HSL color Cylindrical-coordinate representation of color #392442: hue angle of 282º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #392442 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 36 66 -
CMYK 0.14 0.45 0 0.74
HSL 282º 0.29% 0.2% -
HSV(B) 282º 0.45% 0.26% -
XYZ 3.3 2.52 5.47 -
YUV 45.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 57 36 66 0.14 0.45 0 0.74 282 0.29 0.2
Hex 39 24 42 E 2D 0 4A 11A 1D 14
Octal 71 44 102 16 55 0 112 432 35 24
Binary 111001 100100 1000010 1110 101101 0 1001010 100011010 11101 10100

Color Harmonies of #392442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392442

Black with #392442

Text Example


Text Example

White with #392442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392442; }

 p { color: rgb(57,36,66); }

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

background-color css

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

 a { background-color: rgb(57,36,66); }

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

border-color css

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

 span { border-color: rgb(57,36,66); }

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