#2B3129

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

Shades of Oil #2B3129

Tints of Oil #2B3129

Color information

#2B3129 (or 0x2B3129) is unknown color: approx Oil. HEX triplet: 2B, 31 and 29. RGB value is (43,49,41). Sum of RGB (Red+Green+Blue) = 43+49+41=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3129 is #D4CED6. Grayscale: #2E2E2E. Windows color (decimal): -13946583 or 2699563. OLE color: 2699563.

HSL color Cylindrical-coordinate representation of color #2B3129: hue angle of 105º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B3129 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB434941-
CMYK0.1200.160.81
HSL105º8.89%17.65%-
HSV(B)105º16.33%19.22%-
XYZ2.492.872.52-
YUV46.29125.01125.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.33%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=32.33%
G=36.84%
B=30.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349410.1200.160.811058.8917.65
Hex2B3129C0105169912
Octal536151140201211511122
Binary101011110001101001110001000010100011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3129; }

 p { color: rgb(43,49,41); }

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

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

 a { background-color: rgb(43,49,41); }

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

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

 span { border-color: rgb(43,49,41); }

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