#392353

Color #392353 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #392353

Tints of Christalle #392353

Color information

#392353 (or 0x392353) is unknown color: approx Christalle. HEX triplet: 39, 23 and 53. RGB value is (57,35,83). Sum of RGB (Red+Green+Blue) = 57+35+83=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #392353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392353 is #C6DCAC. Grayscale: #2E2E2E. Windows color (decimal): -13032621 or 5448505. OLE color: 5448505.

HSL color Cylindrical-coordinate representation of color #392353: hue angle of 267.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392353 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB573583-
CMYK0.310.5800.67
HSL267.5º40.68%23.14%-
HSV(B)267.5º57.83%32.55%-
XYZ3.852.78.5-
YUV47.05148.29135.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=32.57%
G=20%
B=47.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5735830.310.5800.67267.540.6823.14
Hex3923531F3A04310c2917
Octal7143123377201034145127
Binary1110011000111010011111111110100100001110000110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392353; }

 p { color: rgb(57,35,83); }

 H1.HeaderClassName
 {
   color: #392353;
 }
 .AnyTagClassName
 {
   color: #392353;
 }
</style>
background-color css

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

 a { background-color: rgb(57,35,83); }

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

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

 span { border-color: rgb(57,35,83); }

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