Html Css Color HEX #383551 Cherry Pie

📋 copy color: '#383551'

red 56 ◦ green 53 ◦ blue 81

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

Shades of Cherry Pie #383551

Tints of Cherry Pie #383551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

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

R = 29.47%
G = 27.89%
B = 42.63%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#383551 (or 0x383551) is known color: Cherry Pie. HEX triplet: 38, 35 and 51. RGB value is (56,53,81). Sum of RGB (Red+Green+Blue) = 56+53+81=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #383551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383551 is #C7CAAE. Grayscale: #383838. Windows color (decimal): -13093551 or 5322040. OLE color: 5322040.

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

Color convert

RGB 56 53 81 -
CMYK 0.31 0.35 0 0.68
HSL 246.43º 0.21% 0.26% -
HSV(B) 246.43º 0.35% 0.32% -
XYZ 4.39 3.98 8.32 -
YUV 57.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 56 53 81 0.31 0.35 0 0.68 246.43 0.21 0.26
Hex 38 35 51 1F 23 0 44 F6 15 1A
Octal 70 65 121 37 43 0 104 366 25 32
Binary 111000 110101 1010001 11111 100011 0 1000100 11110110 10101 11010

Color Harmonies of #383551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383551

Black with #383551

Text Example


Text Example

White with #383551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383551; }

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

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

background-color css

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

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

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

border-color css

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

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

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