Html Css Color HEX #383253 Cherry Pie

📋 copy color: '#383253'

red 56 ◦ green 50 ◦ blue 83

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

Shades of Cherry Pie #383253

Tints of Cherry Pie #383253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

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

R = 29.63%
G = 26.46%
B = 43.92%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#383253 (or 0x383253) is known color: Cherry Pie. HEX triplet: 38, 32 and 53. RGB value is (56,50,83). Sum of RGB (Red+Green+Blue) = 56+50+83=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #383253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383253 is #C7CDAC. Grayscale: #373737. Windows color (decimal): -13094317 or 5452344. OLE color: 5452344.

HSL color Cylindrical-coordinate representation of color #383253: hue angle of 250.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383253 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 50 83 -
CMYK 0.33 0.40 0 0.67
HSL 250.91º 0.25% 0.26% -
HSV(B) 250.91º 0.4% 0.33% -
XYZ 4.33 3.75 8.68 -
YUV 55.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 56 50 83 0.33 0.40 0 0.67 250.91 0.25 0.26
Hex 38 32 53 21 28 0 43 FB 19 1A
Octal 70 62 123 41 50 0 103 373 31 32
Binary 111000 110010 1010011 100001 101000 0 1000011 11111011 11001 11010

Color Harmonies of #383253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383253

Black with #383253

Text Example


Text Example

White with #383253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383253; }

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

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

background-color css

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

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

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

border-color css

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

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

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