#383238

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

Shades of Valentino #383238

Tints of Valentino #383238

Color information

#383238 (or 0x383238) is unknown color: approx Valentino. HEX triplet: 38, 32 and 38. RGB value is (56,50,56). Sum of RGB (Red+Green+Blue) = 56+50+56=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383238 is #C7CDC7. Grayscale: #343434. Windows color (decimal): -13094344 or 3682872. OLE color: 3682872.

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

Color convert

RGB565056-
CMYK00.1100.78
HSL300º5.66%20.78%-
HSV(B)300º10.71%21.96%-
XYZ3.493.414.22-
YUV52.48129.99130.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=34.57%
G=30.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56505600.1100.783005.6620.78
Hex3832380B04E12c615
Octal7062700130116454625
Binary111000110010111000010110100111010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383238; }

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

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

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

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

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

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

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

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