#381953

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

Shades of Christalle #381953

Tints of Christalle #381953

Color information

#381953 (or 0x381953) is unknown color: approx Christalle. HEX triplet: 38, 19 and 53. RGB value is (56,25,83). Sum of RGB (Red+Green+Blue) = 56+25+83=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #381953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381953 is #C7E6AC. Grayscale: #282828. Windows color (decimal): -13100717 or 5445944. OLE color: 5445944.

HSL color Cylindrical-coordinate representation of color #381953: hue angle of 272.07º 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 #381953 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB562583-
CMYK0.330.7000.67
HSL272.07º53.7%21.18%-
HSV(B)272.07º69.88%32.55%-
XYZ3.542.168.41-
YUV40.88151.77138.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=34.15%
G=15.24%
B=50.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5625830.330.7000.67272.0753.721.18
Hex38195321460431103615
Octal70311234110601034206625
Binary11100011001101001110000110001100100001110001000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381953; }

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

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

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

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

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

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

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

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