#383A37

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

Shades of Oil #383A37

Tints of Oil #383A37

Color information

#383A37 (or 0x383A37) is unknown color: approx Oil. HEX triplet: 38, 3A and 37. RGB value is (56,58,55). Sum of RGB (Red+Green+Blue) = 56+58+55=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 58 - color contains mainly: green. Hex color #383A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A37 is #C7C5C8. Grayscale: #393939. Windows color (decimal): -13092297 or 3619384. OLE color: 3619384.

HSL color Cylindrical-coordinate representation of color #383A37: hue angle of 100º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #383A37 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB565855-
CMYK0.0300.050.77
HSL100º2.65%22.16%-
HSV(B)100º5.17%22.75%-
XYZ3.834.144.21-
YUV57.06126.84127.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=33.14%
G=34.32%
B=32.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5658550.0300.050.771002.6522.16
Hex383A373054D64316
Octal707267305115144326
Binary111000111010110111110101100110111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A37; }

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

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

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

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

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

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

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

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