Html Css Color HEX #382F4B Cherry Pie

📋 copy color: '#382F4B'

red 56 ◦ green 47 ◦ blue 75

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

Shades of Cherry Pie #382F4B

Tints of Cherry Pie #382F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.4%

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

R = 31.46%
G = 26.4%
B = 42.13%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382F4B (or 0x382F4B) is known color: Cherry Pie. HEX triplet: 38, 2F and 4B. RGB value is (56,47,75). Sum of RGB (Red+Green+Blue) = 56+47+75=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #382F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F4B is #C7D0B4. Grayscale: #343434. Windows color (decimal): -13095093 or 4927288. OLE color: 4927288.

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

Color convert

RGB 56 47 75 -
CMYK 0.25 0.37 0 0.71
HSL 259.29º 0.23% 0.24% -
HSV(B) 259.29º 0.37% 0.29% -
XYZ 3.92 3.38 7.1 -
YUV 52.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 56 47 75 0.25 0.37 0 0.71 259.29 0.23 0.24
Hex 38 2F 4B 19 25 0 47 103 17 18
Octal 70 57 113 31 45 0 107 403 27 30
Binary 111000 101111 1001011 11001 100101 0 1000111 100000011 10111 11000

Color Harmonies of #382F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F4B

Black with #382F4B

Text Example


Text Example

White with #382F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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