Html Css Color HEX #382E38 Valentino

📋 copy color: '#382E38'

red 56 ◦ green 46 ◦ blue 56

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

Shades of Valentino #382E38

Tints of Valentino #382E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.44%

R = 35.44%
G = 29.11%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382E38 (or 0x382E38) is known color: Valentino. HEX triplet: 38, 2E and 38. RGB value is (56,46,56). Sum of RGB (Red+Green+Blue) = 56+46+56=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E38 is #C7D1C7. Grayscale: #323232. Windows color (decimal): -13095368 or 3681848. OLE color: 3681848.

HSL color Cylindrical-coordinate representation of color #382E38: hue angle of 300º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #382E38 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 56 -
CMYK 0 0.18 0 0.78
HSL 300º 0.1% 0.2% -
HSV(B) 300º 0.18% 0.22% -
XYZ 3.32 3.08 4.16 -
YUV 50.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 56 46 56 0 0.18 0 0.78 300 0.1 0.2
Hex 38 2E 38 0 12 0 4E 12C A 14
Octal 70 56 70 0 22 0 116 454 12 24
Binary 111000 101110 111000 0 10010 0 1001110 100101100 1010 10100

Color Harmonies of #382E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E38

Black with #382E38

Text Example


Text Example

White with #382E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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