#382252

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

Shades of Christalle #382252

Tints of Christalle #382252

Color information

#382252 (or 0x382252) is unknown color: approx Christalle. HEX triplet: 38, 22 and 52. RGB value is (56,34,82). Sum of RGB (Red+Green+Blue) = 56+34+82=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #382252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382252 is #C7DDAD. Grayscale: #2D2D2D. Windows color (decimal): -13098414 or 5382712. OLE color: 5382712.

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

Color convert

RGB563482-
CMYK0.320.5900.68
HSL267.5º41.38%22.75%-
HSV(B)267.5º58.54%32.16%-
XYZ3.732.598.29-
YUV46.05148.29135.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=32.56%
G=19.77%
B=47.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5634820.320.5900.68267.541.3822.75
Hex382252203B04410c2917
Octal7042122407301044145127
Binary11100010001010100101000001110110100010010000110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382252; }

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

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

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

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

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

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

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

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