Html Css Color HEX #382252 Christalle

📋 copy color: '#382252'

red 56 ◦ green 34 ◦ blue 82

#382252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #382252

Tints of Christalle #382252

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 value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#382252 (or 0x382252) is known color: 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

RGB 56 34 82 -
CMYK 0.32 0.59 0 0.68
HSL 267.5º 0.41% 0.23% -
HSV(B) 267.5º 0.59% 0.32% -
XYZ 3.73 2.59 8.29 -
YUV 46.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 56 34 82 0.32 0.59 0 0.68 267.5 0.41 0.23
Hex 38 22 52 20 3B 0 44 10C 29 17
Octal 70 42 122 40 73 0 104 414 51 27
Binary 111000 100010 1010010 100000 111011 0 1000100 100001100 101001 10111

Color Harmonies of #382252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382252

Black with #382252

Text Example


Text Example

White with #382252

Text Example


Text Example

HTML Codes & Css Web 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>