Html Css Color HEX #382938 Valentino

📋 copy color: '#382938'

red 56 ◦ green 41 ◦ blue 56

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

Shades of Valentino #382938

Tints of Valentino #382938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

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

R = 36.6%
G = 26.8%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382938 (or 0x382938) is known color: Valentino. HEX triplet: 38, 29 and 38. RGB value is (56,41,56). Sum of RGB (Red+Green+Blue) = 56+41+56=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382938 is #C7D6C7. Grayscale: #2F2F2F. Windows color (decimal): -13096648 or 3680568. OLE color: 3680568.

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

Color convert

RGB 56 41 56 -
CMYK 0 0.27 0 0.78
HSL 300º 0.15% 0.19% -
HSV(B) 300º 0.27% 0.22% -
XYZ 3.14 2.71 4.1 -
YUV 47.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 56 41 56 0 0.27 0 0.78 300 0.15 0.19
Hex 38 29 38 0 1B 0 4E 12C F 13
Octal 70 51 70 0 33 0 116 454 17 23
Binary 111000 101001 111000 0 11011 0 1001110 100101100 1111 10011

Color Harmonies of #382938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382938

Black with #382938

Text Example


Text Example

White with #382938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382938; }

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

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

background-color css

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

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

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

border-color css

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

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

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