#331953

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

Shades of Christalle #331953

Tints of Christalle #331953

Color information

#331953 (or 0x331953) is unknown color: approx Christalle. HEX triplet: 33, 19 and 53. RGB value is (51,25,83). Sum of RGB (Red+Green+Blue) = 51+25+83=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 25 (10.16% from 255 or 15.72% 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 #331953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331953 is #CCE6AC. Grayscale: #272727. Windows color (decimal): -13428397 or 5445939. OLE color: 5445939.

HSL color Cylindrical-coordinate representation of color #331953: hue angle of 266.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331953 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB512583-
CMYK0.390.7000.67
HSL266.9º53.7%21.18%-
HSV(B)266.9º69.88%32.55%-
XYZ3.272.028.4-
YUV39.39152.61136.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=32.08%
G=15.72%
B=52.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5125830.390.7000.67266.953.721.18
Hex331953274604310b3615
Octal63311234710601034136625
Binary11001111001101001110011110001100100001110000101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331953; }

 p { color: rgb(51,25,83); }

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

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

 a { background-color: rgb(51,25,83); }

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

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

 span { border-color: rgb(51,25,83); }

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