#381853

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

Shades of Christalle #381853

Tints of Christalle #381853

Color information

#381853 (or 0x381853) is unknown color: approx Christalle. HEX triplet: 38, 18 and 53. RGB value is (56,24,83). Sum of RGB (Red+Green+Blue) = 56+24+83=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #381853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381853 is #C7E7AC. Grayscale: #282828. Windows color (decimal): -13100973 or 5445688. OLE color: 5445688.

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

Color convert

RGB562483-
CMYK0.330.7100.67
HSL272.54º55.14%20.98%-
HSV(B)272.54º71.08%32.55%-
XYZ3.522.128.41-
YUV40.29152.1139.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=34.36%
G=14.72%
B=50.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5624830.330.7100.67272.5455.1420.98
Hex38185321470431113715
Octal70301234110701034216725
Binary11100011000101001110000110001110100001110001000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381853; }

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

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

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

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

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

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

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

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