Html Css Color HEX #383351 Cherry Pie

📋 copy color: '#383351'

red 56 ◦ green 51 ◦ blue 81

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

Shades of Cherry Pie #383351

Tints of Cherry Pie #383351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 29.79%
G = 27.13%
B = 43.09%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#383351 (or 0x383351) is known color: Cherry Pie. HEX triplet: 38, 33 and 51. RGB value is (56,51,81). Sum of RGB (Red+Green+Blue) = 56+51+81=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #383351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383351 is #C7CCAE. Grayscale: #373737. Windows color (decimal): -13094063 or 5321528. OLE color: 5321528.

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

Color convert

RGB 56 51 81 -
CMYK 0.31 0.37 0 0.68
HSL 250º 0.23% 0.26% -
HSV(B) 250º 0.37% 0.32% -
XYZ 4.3 3.8 8.29 -
YUV 55.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 56 51 81 0.31 0.37 0 0.68 250 0.23 0.26
Hex 38 33 51 1F 25 0 44 FA 17 1A
Octal 70 63 121 37 45 0 104 372 27 32
Binary 111000 110011 1010001 11111 100101 0 1000100 11111010 10111 11010

Color Harmonies of #383351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383351

Black with #383351

Text Example


Text Example

White with #383351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383351; }

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

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

background-color css

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

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

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

border-color css

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

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

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