Html Css Color HEX #382E4B Cherry Pie

📋 copy color: '#382E4B'

red 56 ◦ green 46 ◦ blue 75

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

Shades of Cherry Pie #382E4B

Tints of Cherry Pie #382E4B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.99%

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 31.64%
G = 25.99%
B = 42.37%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382E4B (or 0x382E4B) is known color: Cherry Pie. HEX triplet: 38, 2E and 4B. RGB value is (56,46,75). Sum of RGB (Red+Green+Blue) = 56+46+75=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #382E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E4B is #C7D1B4. Grayscale: #343434. Windows color (decimal): -13095349 or 4927032. OLE color: 4927032.

HSL color Cylindrical-coordinate representation of color #382E4B: hue angle of 260.69º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382E4B is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 46 75 -
CMYK 0.25 0.39 0 0.71
HSL 260.69º 0.24% 0.24% -
HSV(B) 260.69º 0.39% 0.29% -
XYZ 3.88 3.3 7.09 -
YUV 52.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 56 46 75 0.25 0.39 0 0.71 260.69 0.24 0.24
Hex 38 2E 4B 19 27 0 47 105 18 18
Octal 70 56 113 31 47 0 107 405 30 30
Binary 111000 101110 1001011 11001 100111 0 1000111 100000101 11000 11000

Color Harmonies of #382E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E4B

Black with #382E4B

Text Example


Text Example

White with #382E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E4B; }

 p { color: rgb(56,46,75); }

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

background-color css

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

 a { background-color: rgb(56,46,75); }

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

border-color css

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

 span { border-color: rgb(56,46,75); }

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