#341853

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

Shades of Christalle #341853

Tints of Christalle #341853

Color information

#341853 (or 0x341853) is unknown color: approx Christalle. HEX triplet: 34, 18 and 53. RGB value is (52,24,83). Sum of RGB (Red+Green+Blue) = 52+24+83=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #341853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341853 is #CBE7AC. Grayscale: #262626. Windows color (decimal): -13363117 or 5445684. OLE color: 5445684.

HSL color Cylindrical-coordinate representation of color #341853: hue angle of 268.47º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341853 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB522483-
CMYK0.370.7100.67
HSL268.47º55.14%20.98%-
HSV(B)268.47º71.08%32.55%-
XYZ3.32.018.4-
YUV39.1152.78137.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=32.70%
G=15.09%
B=52.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5224830.370.7100.67268.4755.1420.98
Hex341853254704310c3715
Octal64301234510701034146725
Binary11010011000101001110010110001110100001110000110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341853; }

 p { color: rgb(52,24,83); }

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

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

 a { background-color: rgb(52,24,83); }

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

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

 span { border-color: rgb(52,24,83); }

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