Html Css Color HEX #382353 Christalle

📋 copy color: '#382353'

red 56 ◦ green 35 ◦ blue 83

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

Shades of Christalle #382353

Tints of Christalle #382353

RGB

 RED value IS 56 (22.27% from 255) = 32.18%

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 32.18%
G = 20.11%
B = 47.7%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382353 (or 0x382353) is known color: Christalle. HEX triplet: 38, 23 and 53. RGB value is (56,35,83). Sum of RGB (Red+Green+Blue) = 56+35+83=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #382353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382353 is #C7DCAC. Grayscale: #2E2E2E. Windows color (decimal): -13098157 or 5448504. OLE color: 5448504.

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

Color convert

RGB 56 35 83 -
CMYK 0.33 0.58 0 0.67
HSL 266.25º 0.41% 0.23% -
HSV(B) 266.25º 0.58% 0.33% -
XYZ 3.79 2.67 8.5 -
YUV 46.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 56 35 83 0.33 0.58 0 0.67 266.25 0.41 0.23
Hex 38 23 53 21 3A 0 43 10A 29 17
Octal 70 43 123 41 72 0 103 412 51 27
Binary 111000 100011 1010011 100001 111010 0 1000011 100001010 101001 10111

Color Harmonies of #382353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382353

Black with #382353

Text Example


Text Example

White with #382353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382353; }

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

 H1.HeaderClassName
 {
   color: #382353;
 }
 .AnyTagClassName
 {
   color: #382353;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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