Html Css Color HEX #2E372B Oil

📋 copy color: '#2E372B'

red 46 ◦ green 55 ◦ blue 43

#2E372B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oil #2E372B

Tints of Oil #2E372B

RGB

 RED value IS 46 (18.36% from 255) = 31.94%

 GREEN value IS 55 (21.88% from 255) = 38.19%

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 31.94%
G = 38.19%
B = 29.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#2E372B (or 0x2E372B) is known color: Oil. HEX triplet: 2E, 37 and 2B. RGB value is (46,55,43). Sum of RGB (Red+Green+Blue) = 46+55+43=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 55 - color contains mainly: green. Hex color #2E372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E372B is #D1C8D4. Grayscale: #323232. Windows color (decimal): -13748437 or 2832174. OLE color: 2832174.

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

Color convert

RGB 46 55 43 -
CMYK 0.16 0 0.22 0.78
HSL 105º 0.12% 0.19% -
HSV(B) 105º 0.22% 0.22% -
XYZ 2.93 3.49 2.8 -
YUV 50.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 46 55 43 0.16 0 0.22 0.78 105 0.12 0.19
Hex 2E 37 2B 10 0 16 4E 69 C 13
Octal 56 67 53 20 0 26 116 151 14 23
Binary 101110 110111 101011 10000 0 10110 1001110 1101001 1100 10011

Color Harmonies of #2E372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E372B

Black with #2E372B

Text Example


Text Example

White with #2E372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,55,43); }

 H1.HeaderClassName
 {
   color: #2E372B;
 }
 .AnyTagClassName
 {
   color: #2E372B;
 }
</style>

background-color css

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

 a { background-color: rgb(46,55,43); }

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

border-color css

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

 span { border-color: rgb(46,55,43); }

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