#2B332A

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

Shades of Oil #2B332A

Tints of Oil #2B332A

Color information

#2B332A (or 0x2B332A) is unknown color: approx Oil. HEX triplet: 2B, 33 and 2A. RGB value is (43,51,42). Sum of RGB (Red+Green+Blue) = 43+51+42=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #2B332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B332A is #D4CCD5. Grayscale: #2F2F2F. Windows color (decimal): -13946070 or 2765611. OLE color: 2765611.

HSL color Cylindrical-coordinate representation of color #2B332A: hue angle of 113.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2B332A is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB435142-
CMYK0.1600.180.8
HSL113.33º9.68%18.24%-
HSV(B)113.33º17.65%20%-
XYZ2.63.052.64-
YUV47.58124.85124.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=31.62%
G=37.5%
B=30.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351420.1600.180.8113.339.6818.24
Hex2B332A100125071a12
Octal536352200221201611222
Binary1010111100111010101000001001010100001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,42); }

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

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

 a { background-color: rgb(43,51,42); }

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

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

 span { border-color: rgb(43,51,42); }

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