Html Css Color HEX #381853 Christalle

📋 copy color: '#381853'

red 56 ◦ green 24 ◦ blue 83

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

Shades of Christalle #381853

Tints of Christalle #381853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

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

R = 34.36%
G = 14.72%
B = 50.92%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#381853 (or 0x381853) is known color: Christalle. HEX triplet: 38, 18 and 53. RGB value is (56,24,83). Sum of RGB (Red+Green+Blue) = 56+24+83=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #381853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381853 is #C7E7AC. Grayscale: #282828. Windows color (decimal): -13100973 or 5445688. OLE color: 5445688.

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

Color convert

RGB 56 24 83 -
CMYK 0.33 0.71 0 0.67
HSL 272.54º 0.55% 0.21% -
HSV(B) 272.54º 0.71% 0.33% -
XYZ 3.52 2.12 8.41 -
YUV 40.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 56 24 83 0.33 0.71 0 0.67 272.54 0.55 0.21
Hex 38 18 53 21 47 0 43 111 37 15
Octal 70 30 123 41 107 0 103 421 67 25
Binary 111000 11000 1010011 100001 1000111 0 1000011 100010001 110111 10101

Color Harmonies of #381853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381853

Black with #381853

Text Example


Text Example

White with #381853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381853; }

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

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

background-color css

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

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

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

border-color css

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

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

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