#382152

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

Shades of Christalle #382152

Tints of Christalle #382152

Color information

#382152 (or 0x382152) is unknown color: approx Christalle. HEX triplet: 38, 21 and 52. RGB value is (56,33,82). Sum of RGB (Red+Green+Blue) = 56+33+82=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #382152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382152 is #C7DEAD. Grayscale: #2D2D2D. Windows color (decimal): -13098670 or 5382456. OLE color: 5382456.

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

Color convert

RGB563382-
CMYK0.320.6000.68
HSL268.16º42.61%22.55%-
HSV(B)268.16º59.76%32.16%-
XYZ3.72.548.28-
YUV45.46148.62135.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=32.75%
G=19.30%
B=47.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5633820.320.6000.68268.1642.6122.55
Hex382152203C04410c2b17
Octal7041122407401044145327
Binary11100010000110100101000001111000100010010000110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382152; }

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

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

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

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

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

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

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

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