#383B3D

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

Shades of Montana #383B3D

Tints of Montana #383B3D

Color information

#383B3D (or 0x383B3D) is unknown color: approx Montana. HEX triplet: 38, 3B and 3D. RGB value is (56,59,61). Sum of RGB (Red+Green+Blue) = 56+59+61=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 61 - color contains mainly: blue. Hex color #383B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B3D is #C7C4C2. Grayscale: #3A3A3A. Windows color (decimal): -13092035 or 4012856. OLE color: 4012856.

HSL color Cylindrical-coordinate representation of color #383B3D: hue angle of 204º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383B3D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB565961-
CMYK0.080.0300.76
HSL204º4.27%22.94%-
HSV(B)204º8.2%23.92%-
XYZ4.044.315.03-
YUV58.33129.51126.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=31.82%
G=33.52%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5659610.080.0300.762044.2722.94
Hex383B3D8304Ccc417
Octal7073751030114314427
Binary111000111011111101100011010011001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,59,61); }

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

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

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

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

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

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

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