#383338

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

Shades of Valentino #383338

Tints of Valentino #383338

Color information

#383338 (or 0x383338) is unknown color: approx Valentino. HEX triplet: 38, 33 and 38. RGB value is (56,51,56). Sum of RGB (Red+Green+Blue) = 56+51+56=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383338 is #C7CCC7. Grayscale: #353535. Windows color (decimal): -13094088 or 3683128. OLE color: 3683128.

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

Color convert

RGB565156-
CMYK00.0900.78
HSL300º4.67%20.98%-
HSV(B)300º8.93%21.96%-
XYZ3.533.494.23-
YUV53.06129.66130.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=34.36%
G=31.29%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56515600.0900.783004.6720.98
Hex3833380904E12c515
Octal7063700110116454525
Binary111000110011111000010010100111010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383338; }

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

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

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

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

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

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

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

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