#382837

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

Shades of Valentino #382837

Tints of Valentino #382837

Color information

#382837 (or 0x382837) is unknown color: approx Valentino. HEX triplet: 38, 28 and 37. RGB value is (56,40,55). Sum of RGB (Red+Green+Blue) = 56+40+55=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #382837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382837 is #C7D7C8. Grayscale: #2E2E2E. Windows color (decimal): -13096905 or 3614776. OLE color: 3614776.

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

Color convert

RGB564055-
CMYK00.290.020.78
HSL303.75º16.67%18.82%-
HSV(B)303.75º28.57%21.96%-
XYZ3.082.633.96-
YUV46.49132.8134.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=37.09%
G=26.49%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56405500.290.020.78303.7516.6718.82
Hex38283701D24E1301113
Octal70506703521164602123
Binary1110001010001101110111011010011101001100001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382837; }

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

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

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

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

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

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

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

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