Html Css Color HEX #382E37 Valentino

📋 copy color: '#382E37'

red 56 ◦ green 46 ◦ blue 55

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

Shades of Valentino #382E37

Tints of Valentino #382E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.03%

R = 35.67%
G = 29.3%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#382E37 (or 0x382E37) is known color: Valentino. HEX triplet: 38, 2E and 37. RGB value is (56,46,55). Sum of RGB (Red+Green+Blue) = 56+46+55=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #382E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E37 is #C7D1C8. Grayscale: #313131. Windows color (decimal): -13095369 or 3616312. OLE color: 3616312.

HSL color Cylindrical-coordinate representation of color #382E37: hue angle of 306º 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 #382E37 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 55 -
CMYK 0 0.18 0.02 0.78
HSL 306º 0.1% 0.2% -
HSV(B) 306º 0.18% 0.22% -
XYZ 3.3 3.07 4.03 -
YUV 50.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 56 46 55 0 0.18 0.02 0.78 306 0.1 0.2
Hex 38 2E 37 0 12 2 4E 132 A 14
Octal 70 56 67 0 22 2 116 462 12 24
Binary 111000 101110 110111 0 10010 10 1001110 100110010 1010 10100

Color Harmonies of #382E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E37

Black with #382E37

Text Example


Text Example

White with #382E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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