#33383B

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

Shades of Montana #33383B

Tints of Montana #33383B

Color information

#33383B (or 0x33383B) is unknown color: approx Montana. HEX triplet: 33, 38 and 3B. RGB value is (51,56,59). Sum of RGB (Red+Green+Blue) = 51+56+59=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #33383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33383B is #CCC7C4. Grayscale: #363636. Windows color (decimal): -13420485 or 3881011. OLE color: 3881011.

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

Color convert

RGB515659-
CMYK0.140.0500.77
HSL202.5º7.27%21.57%-
HSV(B)202.5º13.56%23.14%-
XYZ3.573.854.69-
YUV54.85130.34125.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=30.72%
G=33.73%
B=35.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5156590.140.0500.77202.57.2721.57
Hex33383BE504Dca716
Octal6370731650115312726
Binary1100111110001110111110101010011011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33383B; }

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

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

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

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

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

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

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

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