#382F3B

Color #382F3B Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #382F3B

Tints of Valentino #382F3B

Color information

#382F3B (or 0x382F3B) is unknown color: approx Valentino. HEX triplet: 38, 2F and 3B. RGB value is (56,47,59). Sum of RGB (Red+Green+Blue) = 56+47+59=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #382F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F3B is #C7D0C4. Grayscale: #333333. Windows color (decimal): -13095109 or 3878712. OLE color: 3878712.

HSL color Cylindrical-coordinate representation of color #382F3B: hue angle of 285º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #382F3B is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB564759-
CMYK0.050.2000.77
HSL285º11.32%20.78%-
HSV(B)285º20.34%23.14%-
XYZ3.443.194.57-
YUV51.06132.48131.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=34.57%
G=29.01%
B=36.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5647590.050.2000.7728511.3220.78
Hex382F3B51404D11db15
Octal70577352401154351325
Binary1110001011111110111011010001001101100011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #382F3B;
 }
 .AnyTagClassName
 {
   color: #382F3B;
 }
</style>
background-color css

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

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

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

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

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

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