Html Css Color HEX #383251 Cherry Pie

📋 copy color: '#383251'

red 56 ◦ green 50 ◦ blue 81

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

Shades of Cherry Pie #383251

Tints of Cherry Pie #383251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 29.95%
G = 26.74%
B = 43.32%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#383251 (or 0x383251) is known color: Cherry Pie. HEX triplet: 38, 32 and 51. RGB value is (56,50,81). Sum of RGB (Red+Green+Blue) = 56+50+81=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #383251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383251 is #C7CDAE. Grayscale: #373737. Windows color (decimal): -13094319 or 5321272. OLE color: 5321272.

HSL color Cylindrical-coordinate representation of color #383251: hue angle of 251.61º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383251 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 50 81 -
CMYK 0.31 0.38 0 0.68
HSL 251.61º 0.24% 0.26% -
HSV(B) 251.61º 0.38% 0.32% -
XYZ 4.26 3.72 8.28 -
YUV 55.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 56 50 81 0.31 0.38 0 0.68 251.61 0.24 0.26
Hex 38 32 51 1F 26 0 44 FC 18 1A
Octal 70 62 121 37 46 0 104 374 30 32
Binary 111000 110010 1010001 11111 100110 0 1000100 11111100 11000 11010

Color Harmonies of #383251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383251

Black with #383251

Text Example


Text Example

White with #383251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383251; }

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

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

background-color css

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

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

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

border-color css

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

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

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