#382153

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

Shades of Christalle #382153

Tints of Christalle #382153

Color information

#382153 (or 0x382153) is unknown color: approx Christalle. HEX triplet: 38, 21 and 53. RGB value is (56,33,83). Sum of RGB (Red+Green+Blue) = 56+33+83=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #382153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382153 is #C7DEAC. Grayscale: #2D2D2D. Windows color (decimal): -13098669 or 5447992. OLE color: 5447992.

HSL color Cylindrical-coordinate representation of color #382153: hue angle of 267.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #382153 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB563383-
CMYK0.330.6000.67
HSL267.6º43.1%22.75%-
HSV(B)267.6º60.24%32.55%-
XYZ3.742.558.48-
YUV45.58149.12135.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=32.56%
G=19.19%
B=48.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5633830.330.6000.67267.643.122.75
Hex382153213C04310c2b17
Octal7041123417401034145327
Binary11100010000110100111000011111000100001110000110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382153; }

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

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

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

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

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

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

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

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