#381855

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

Shades of Christalle #381855

Tints of Christalle #381855

Color information

#381855 (or 0x381855) is unknown color: approx Christalle. HEX triplet: 38, 18 and 55. RGB value is (56,24,85). Sum of RGB (Red+Green+Blue) = 56+24+85=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #381855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381855 is #C7E7AA. Grayscale: #282828. Windows color (decimal): -13100971 or 5576760. OLE color: 5576760.

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

Color convert

RGB562485-
CMYK0.340.7200.67
HSL271.48º55.96%21.37%-
HSV(B)271.48º71.76%33.33%-
XYZ3.62.158.82-
YUV40.52153.1139.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=33.94%
G=14.55%
B=51.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5624850.340.7200.67271.4855.9621.37
Hex381855224804310f3815
Octal70301254211001034177025
Binary11100011000101010110001010010000100001110000111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381855; }

 p { color: rgb(56,24,85); }

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

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

 a { background-color: rgb(56,24,85); }

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

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

 span { border-color: rgb(56,24,85); }

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