#383438

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

Shades of Valentino #383438

Tints of Valentino #383438

Color information

#383438 (or 0x383438) is unknown color: approx Valentino. HEX triplet: 38, 34 and 38. RGB value is (56,52,56). Sum of RGB (Red+Green+Blue) = 56+52+56=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383438 is #C7CBC7. Grayscale: #353535. Windows color (decimal): -13093832 or 3683384. OLE color: 3683384.

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

Color convert

RGB565256-
CMYK00.0700.78
HSL300º3.7%21.18%-
HSV(B)300º7.14%21.96%-
XYZ3.573.584.24-
YUV53.65129.33129.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=34.15%
G=31.71%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56525600.0700.783003.721.18
Hex3834380704E12c415
Octal706470070116454425
Binary11100011010011100001110100111010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383438; }

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

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

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

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

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

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

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

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