#382838

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

Shades of Valentino #382838

Tints of Valentino #382838

Color information

#382838 (or 0x382838) is unknown color: approx Valentino. HEX triplet: 38, 28 and 38. RGB value is (56,40,56). Sum of RGB (Red+Green+Blue) = 56+40+56=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382838 is #C7D7C7. Grayscale: #2E2E2E. Windows color (decimal): -13096904 or 3680312. OLE color: 3680312.

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

Color convert

RGB564056-
CMYK00.2900.78
HSL300º16.67%18.82%-
HSV(B)300º28.57%21.96%-
XYZ3.12.644.09-
YUV46.61133.3134.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56405600.2900.7830016.6718.82
Hex38283801D04E12c1113
Octal70507003501164542123
Binary111000101000111000011101010011101001011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382838; }

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

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

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

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

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

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

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

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