Html Css Color HEX #392D4B Cherry Pie

📋 copy color: '#392D4B'

red 57 ◦ green 45 ◦ blue 75

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

Shades of Cherry Pie #392D4B

Tints of Cherry Pie #392D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.42%

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 32.2%
G = 25.42%
B = 42.37%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#392D4B (or 0x392D4B) is known color: Cherry Pie. HEX triplet: 39, 2D and 4B. RGB value is (57,45,75). Sum of RGB (Red+Green+Blue) = 57+45+75=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #392D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D4B is #C6D2B4. Grayscale: #333333. Windows color (decimal): -13030069 or 4926777. OLE color: 4926777.

HSL color Cylindrical-coordinate representation of color #392D4B: hue angle of 264º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392D4B is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 45 75 -
CMYK 0.24 0.40 0 0.71
HSL 264º 0.25% 0.24% -
HSV(B) 264º 0.4% 0.29% -
XYZ 3.9 3.25 7.08 -
YUV 52.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 57 45 75 0.24 0.40 0 0.71 264 0.25 0.24
Hex 39 2D 4B 18 28 0 47 108 19 18
Octal 71 55 113 30 50 0 107 410 31 30
Binary 111001 101101 1001011 11000 101000 0 1000111 100001000 11001 11000

Color Harmonies of #392D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D4B

Black with #392D4B

Text Example


Text Example

White with #392D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392D4B; }

 p { color: rgb(57,45,75); }

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

background-color css

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

 a { background-color: rgb(57,45,75); }

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

border-color css

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

 span { border-color: rgb(57,45,75); }

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