Html Css Color HEX #382F37 Valentino

📋 copy color: '#382F37'

red 56 ◦ green 47 ◦ blue 55

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

Shades of Valentino #382F37

Tints of Valentino #382F37

RGB

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

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

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

R = 35.44%
G = 29.75%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#382F37 (or 0x382F37) is known color: Valentino. HEX triplet: 38, 2F and 37. RGB value is (56,47,55). Sum of RGB (Red+Green+Blue) = 56+47+55=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #382F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F37 is #C7D0C8. Grayscale: #323232. Windows color (decimal): -13095113 or 3616568. OLE color: 3616568.

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

Color convert

RGB 56 47 55 -
CMYK 0 0.16 0.02 0.78
HSL 306.67º 0.09% 0.2% -
HSV(B) 306.67º 0.16% 0.22% -
XYZ 3.34 3.15 4.05 -
YUV 50.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 56 47 55 0 0.16 0.02 0.78 306.67 0.09 0.2
Hex 38 2F 37 0 10 2 4E 133 9 14
Octal 70 57 67 0 20 2 116 463 11 24
Binary 111000 101111 110111 0 10000 10 1001110 100110011 1001 10100

Color Harmonies of #382F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F37

Black with #382F37

Text Example


Text Example

White with #382F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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