#381856

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

Shades of Christalle #381856

Tints of Christalle #381856

Color information

#381856 (or 0x381856) is unknown color: approx Christalle. HEX triplet: 38, 18 and 56. RGB value is (56,24,86). Sum of RGB (Red+Green+Blue) = 56+24+86=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #381856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381856 is #C7E7A9. Grayscale: #282828. Windows color (decimal): -13100970 or 5642296. OLE color: 5642296.

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

Color convert

RGB562486-
CMYK0.350.7200.66
HSL270.97º56.36%21.57%-
HSV(B)270.97º72.09%33.73%-
XYZ3.642.179.03-
YUV40.64153.6138.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=33.73%
G=14.46%
B=51.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5624860.350.7200.66270.9756.3621.57
Hex381856234804210f3816
Octal70301264311001024177026
Binary11100011000101011010001110010000100001010000111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381856; }

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

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

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

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

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

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

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

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